Lines Matching defs:pipelineBindPoint
1965 VkPipelineBindPoint pipelineBindPoint,
1978 tu_get_descriptors_state(cmd, pipelineBindPoint);
2057 if (pipelineBindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS) {
2066 assert(pipelineBindPoint == VK_PIPELINE_BIND_POINT_COMPUTE);
2082 if (pipelineBindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS) {
2096 VkPipelineBindPoint pipelineBindPoint,
2106 &tu_get_descriptors_state(cmd, pipelineBindPoint)->push_set;
2134 tu_CmdBindDescriptorSets(commandBuffer, pipelineBindPoint, _layout, _set,
2417 VkPipelineBindPoint pipelineBindPoint,
2423 if (pipelineBindPoint == VK_PIPELINE_BIND_POINT_COMPUTE) {
2429 assert(pipelineBindPoint == VK_PIPELINE_BIND_POINT_GRAPHICS);