Home
last modified time | relevance | path

Searched defs:PushConstants (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp219 struct PushConstants struct
222 PushConstants (void) in PushConstants() function
225 PushConstants (const PushConstants& that) in PushConstants() function
229 void setPushConstant (const BufferSp& pc) in setPushConstant()
235 bool empty (void) const in empty()
240 const BufferSp& getBuffer(void) const in getBuffer()
248 std::vector<BufferSp> pcs;
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp216 struct PushConstants struct
218 tcu::Vec4 origin;
219 tcu::Vec4 direction;
220 float tmix;
221 float tmax;
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp710 struct PushConstants in recordCommands() struct
712 deUint32 lod; in recordCommands()
713 deUint32 padding; // padding needed to satisfy std430 rules in recordCommands()
714 float lodWidth; in recordCommands()
715 float lodHeight; in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp229 struct PushConstants struct
231 tcu::Vec4 triangleColor;
232 float meshDepth;
233 float scaleX;
234 float scaleY;
235 float offsetX;
236 float offsetY;
DvktPipelineExtendedDynamicStateTests.cpp637 struct PushConstants struct
639 tcu::Vec4 triangleColor;
640 float meshDepth;
641 deInt32 viewPortIndex;
642 float scaleX;
643 float scaleY;
644 float offsetX;
645 float offsetY;
DvktPipelineSamplerTests.cpp1195 struct PushConstants struct in vkt::pipeline::__anon24dcd69d0111::ExactSamplingCase
1197 float texWidth;
1198 float texHeight;
DvktPipelineMultisampleTests.cpp3595 struct PushConstants struct in vkt::pipeline::__anon16de12d60111::VariableRateTestCase
3597 int width;
3598 int height;
3599 int samples;
3739 using PushConstants = VariableRateTestCase::PushConstants; in iterate() typedef
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp245 struct PushConstants struct
247 tcu::Vec4 origin;
248 tcu::Vec4 direction;
249 float tmix;
250 float tmax;
DvktRayTracingComplexControlFlowTests.cpp103 struct PushConstants struct
105 deUint32 a;
106 deUint32 b;
107 deUint32 c;
108 deUint32 d;
109 deUint32 hitOfs;
110 deUint32 miss;
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h72 PushConstants, enumerator