Lines Matching refs:createInfoCount
163 …tchCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, in DispatchCreateComputePipelines() argument
167 …rn layer_data->device_dispatch_table.CreateComputePipelines(device, pipelineCache, createInfoCount, in DispatchCreateComputePipelines()
171 local_pCreateInfos = new safe_VkComputePipelineCreateInfo[createInfoCount]; in DispatchCreateComputePipelines()
172 for (uint32_t idx0 = 0; idx0 < createInfoCount; ++idx0) { in DispatchCreateComputePipelines()
189 … = layer_data->device_dispatch_table.CreateComputePipelines(device, pipelineCache, createInfoCount, in DispatchCreateComputePipelines()
193 for (uint32_t i = 0; i < createInfoCount; ++i) { in DispatchCreateComputePipelines()
202 …chCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, in DispatchCreateGraphicsPipelines() argument
206 …n layer_data->device_dispatch_table.CreateGraphicsPipelines(device, pipelineCache, createInfoCount, in DispatchCreateGraphicsPipelines()
210 local_pCreateInfos = new safe_VkGraphicsPipelineCreateInfo[createInfoCount]; in DispatchCreateGraphicsPipelines()
212 for (uint32_t idx0 = 0; idx0 < createInfoCount; ++idx0) { in DispatchCreateGraphicsPipelines()
250 …= layer_data->device_dispatch_table.CreateGraphicsPipelines(device, pipelineCache, createInfoCount, in DispatchCreateGraphicsPipelines()
254 for (uint32_t i = 0; i < createInfoCount; ++i) { in DispatchCreateGraphicsPipelines()
6214 uint32_t createInfoCount, in DispatchCreateRayTracingPipelinesNV() argument
6220 …ce_dispatch_table.CreateRayTracingPipelinesNV(device, pipelineCache, createInfoCount, pCreateInfos… in DispatchCreateRayTracingPipelinesNV()
6225 local_pCreateInfos = new safe_VkRayTracingPipelineCreateInfoNV[createInfoCount]; in DispatchCreateRayTracingPipelinesNV()
6226 for (uint32_t index0 = 0; index0 < createInfoCount; ++index0) { in DispatchCreateRayTracingPipelinesNV()
6244 …ce_dispatch_table.CreateRayTracingPipelinesNV(device, pipelineCache, createInfoCount, (const VkRay… in DispatchCreateRayTracingPipelinesNV()
6249 for (uint32_t index0 = 0; index0 < createInfoCount; index0++) { in DispatchCreateRayTracingPipelinesNV()