Home
last modified time | relevance | path

Searched refs:pushConstant (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.pushConstant.vert.out1 spv.pushConstant.vert
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp724 const VkPushConstantRange pushConstant = in createRenderPipelineLayout() local
740 &pushConstant in createRenderPipelineLayout()
909 const VkPushConstantRange pushConstant = in createSplitPipelineLayout() local
925 &pushConstant in createSplitPipelineLayout()
DvktRenderPassDepthStencilResolveTests.cpp509 VkPushConstantRange pushConstant = in createRenderPipelineLayout() local
521 pPushConstantRanges = &pushConstant; in createRenderPipelineLayout()
DvktRenderPassMultisampleResolveTests.cpp602 const VkPushConstantRange pushConstant = in createRenderPipelineLayout() local
618 &pushConstant in createRenderPipelineLayout()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2612 bool pushConstant = (0 != (intf.fVariable.fModifiers.fLayout.fFlags & in writeInterfaceBlock() local
2614 MemoryLayout memoryLayout = (pushConstant || isBuffer) ? in writeInterfaceBlock()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2624 bool pushConstant = (0 != (intf.fVariable.fModifiers.fLayout.fFlags & in writeInterfaceBlock() local
2626 MemoryLayout memoryLayout = (pushConstant || isBuffer) ? in writeInterfaceBlock()