Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp219 struct PushConstants struct
222 PushConstants (void) in PushConstants() argument
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/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp732 struct PushConstants in recordCommands() struct
734 deUint32 lod; in recordCommands()
735 deUint32 padding; // padding needed to satisfy std430 rules in recordCommands()
736 float lodWidth; in recordCommands()
737 float lodHeight; in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp261 struct PushConstants struct
263 tcu::Vec4 origin;
264 tcu::Vec4 direction;
265 float tmix;
266 float tmax;
DvktRayQueryMiscTests.cpp943 struct PushConstants in iterate() struct
945 int fun_x, fun_y; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingComplexControlFlowTests.cpp103 struct PushConstants struct
105 deUint32 a;
106 deUint32 b;
107 deUint32 c;
108 deUint32 d;
109 deUint32 hitOfs;
110 deUint32 miss;
DvktRayTracingDirectionTests.cpp290 struct PushConstants struct
292 tcu::Vec4 origin;
293 tcu::Vec4 direction;
294 float tmix;
295 float tmax;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp236 struct PushConstants struct
238 tcu::Vec4 triangleColor;
239 float meshDepth;
240 float scaleX;
241 float scaleY;
242 float offsetX;
243 float offsetY;
DvktPipelineExtendedDynamicStateTests.cpp2390 struct PushConstants struct
2392 tcu::Vec4 triangleColor;
2393 float meshDepth;
2394 deInt32 viewPortIndex;
2395 float scaleX;
2396 float scaleY;
2397 float offsetX;
2398 float offsetY;
2399 float stripScale;
DvktPipelineSamplerTests.cpp1265 struct PushConstants struct in vkt::pipeline::__anon4c4aff3b0111::ExactSamplingCase
1267 float texWidth;
1268 float texHeight;
DvktPipelineMultisampleTests.cpp4566 struct PushConstants struct in vkt::pipeline::__anon244b5a740111::VariableRateTestCase
4568 int width;
4569 int height;
4570 int samples;
4717 using PushConstants = VariableRateTestCase::PushConstants; in iterate() typedef
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTestsEXT.cpp1038 struct PushConstants struct in vkt::MeshShader::__anon3ef972120111::PartialUsageCase
1040 uint32_t totalTriangles;
1041 float depth;
1042 float red;
DvktMeshShaderMiscTestsEXT.cpp4531 struct PushConstants struct in vkt::MeshShader::__anon3158eb5f0111::RebindSetsInstance
4533 float offsetX;
4534 float offsetY;
4535 float blueComponent;
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h94 PushConstants, enumerator