Searched defs:PushConstantData (Results 1 – 5 of 5) sorted by relevance
398 struct PushConstantData struct in vkt::image::__anoneef40f980111::DepthStencilDescriptorInstance400 float colorR;401 float colorG;402 float colorB;403 float colorA;404 float depth;406 PushConstantData() : colorR(0.0f), colorG(0.0f), colorB(0.0f), colorA(0.0f), depth(0.0f) in PushConstantData() function410 PushConstantData(const tcu::Vec4 &color, float depth_) in PushConstantData() function
180 struct PushConstantData struct182 uint32_t width;183 uint32_t height;184 uint32_t firstTaskMesh;185 uint32_t one;186 uint32_t firstTaskTask;188 std::vector<VkPushConstantRange> getRanges(bool includeTask) const in getRanges()
180 struct PushConstantData struct182 uint32_t width;183 uint32_t height;184 … uint32_t dimMesh; // Set work group size in the X, Y or Z dimension depending on value (0, 1, 2).185 uint32_t one;186 uint32_t dimTask; // Same as dimMesh.188 std::vector<VkPushConstantRange> getRanges(bool includeTask) const in getRanges()
66 struct PushConstantData struct68 Vec4 scale;69 Vec4 offset;70 Vec4 color;71 int32_t layer;
118 struct PushConstantData struct120 struct PushConstantRange125 } range;126 struct PushConstantUpdate130 } update;