Lines Matching refs:pPipelines
454 …const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines, std::vector<std::unique_ptr<PIPEL… in GpuPreCallRecordCreateGraphicsPipelines() argument
456 …GpuPreCallRecordPipelineCreations(count, pCreateInfos, pAllocator, pPipelines, pipe_state, &new_pi… in GpuPreCallRecordCreateGraphicsPipelines()
462 …const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines, std::vector<std::unique_ptr<PIPEL… in GpuPreCallRecordCreateComputePipelines() argument
464 …GpuPreCallRecordPipelineCreations(count, pCreateInfos, pAllocator, pPipelines, pipe_state, &new_pi… in GpuPreCallRecordCreateComputePipelines()
470 …const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines, std::vector<std::unique_ptr<PIPEL… in GpuPreCallRecordCreateRayTracingPipelinesNV() argument
472 …GpuPreCallRecordPipelineCreations(count, pCreateInfos, pAllocator, pPipelines, pipe_state, &new_pi… in GpuPreCallRecordCreateRayTracingPipelinesNV()
522 … const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines, in GpuPreCallRecordPipelineCreations() argument
573 … const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) { in GpuPostCallRecordCreateGraphicsPipelines() argument
574 …GpuPostCallRecordPipelineCreations(count, pCreateInfos, pAllocator, pPipelines, VK_PIPELINE_BIND_P… in GpuPostCallRecordCreateGraphicsPipelines()
577 … const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) { in GpuPostCallRecordCreateComputePipelines() argument
578 …GpuPostCallRecordPipelineCreations(count, pCreateInfos, pAllocator, pPipelines, VK_PIPELINE_BIND_P… in GpuPostCallRecordCreateComputePipelines()
582 … const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) { in GpuPostCallRecordCreateRayTracingPipelinesNV() argument
583 …GpuPostCallRecordPipelineCreations(count, pCreateInfos, pAllocator, pPipelines, VK_PIPELINE_BIND_P… in GpuPostCallRecordCreateRayTracingPipelinesNV()
594 … const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines, in GpuPostCallRecordPipelineCreations() argument
602 auto pipeline_state = ValidationStateTracker::GetPipelineState(pPipelines[pipeline]); in GpuPostCallRecordPipelineCreations()