Searched refs:pushConstantStage (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 484 VkShaderStageFlags pushConstantStage = 0; in bufferMarkerMemoryDep() local 531 …pushConstantStage = (params.method == MEMORY_DEP_DISPATCH ? VK_SHADER_STAGE_COMPUTE_BIT : VK_SHADE… in bufferMarkerMemoryDep() 535 pushConstantStage, // VkShaderStageFlags stageFlags; in bufferMarkerMemoryDep() 912 …vk.cmdPushConstants(*cmdBuffer, *pipelineLayout, pushConstantStage, 0, sizeof(pushConst), pushCons… in bufferMarkerMemoryDep() 922 …vk.cmdPushConstants(*cmdBuffer, *pipelineLayout, pushConstantStage, 0, sizeof(pushConst), pushCons… in bufferMarkerMemoryDep()
|