Home
last modified time | relevance | path

Searched defs:PushConstants (Results 1 – 2 of 2) 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.cpp658 struct PushConstants in recordCommands() struct
660 deUint32 lod; in recordCommands()
661 deUint32 padding; // padding needed to satisfy std430 rules in recordCommands()
662 float lodWidth; in recordCommands()
663 float lodHeight; in recordCommands()