Home
last modified time | relevance | path

Searched defs:pipe_state (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h117 std::vector<std::unique_ptr<PIPELINE_STATE>> pipe_state; member
124 std::vector<std::unique_ptr<PIPELINE_STATE>> pipe_state; member
131 std::vector<std::unique_ptr<PIPELINE_STATE>> pipe_state; member
Dgpu_validation.cpp454 …nCallbacks *pAllocator, VkPipeline *pPipelines, std::vector<std::unique_ptr<PIPELINE_STATE>> &pipe… in GpuPreCallRecordCreateGraphicsPipelines()
462 …nCallbacks *pAllocator, VkPipeline *pPipelines, std::vector<std::unique_ptr<PIPELINE_STATE>> &pipe… in GpuPreCallRecordCreateComputePipelines()
470 …nCallbacks *pAllocator, VkPipeline *pPipelines, std::vector<std::unique_ptr<PIPELINE_STATE>> &pipe… in GpuPreCallRecordCreateRayTracingPipelinesNV()
523std::vector<std::unique_ptr<PIPELINE_STATE>> &pipe_state, in GpuPreCallRecordPipelineCreations()
Dcore_validation.cpp5025 const PIPELINE_STATE *pipe_state = pipe_state_vec[i].get(); in ValidatePipelineVertexDivisors() local
6549 auto pipe_state = GetPipelineState(pipeline); in PreCallRecordCmdBindPipeline() local
/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c210 struct anv_cmd_pipeline_state *pipe_state) in anv_cmd_pipeline_state_finish()
809 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
1094 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1100 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1206 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
DgenX_cmd_buffer.c2540 struct anv_cmd_pipeline_state *pipe_state, in emit_binding_table()
2840 struct anv_cmd_pipeline_state *pipe_state, in emit_samplers()
2882 struct anv_cmd_pipeline_state *pipe_state, in flush_descriptor_sets()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h244 struct pipe_stencil_ref pipe_state; member
/external/vulkan-validation-layers/layers/generated/
Dchassis.h3688 …pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines, void* pipe_state) { in PreCallValidateCreateComputePipelines()
3694 …nst VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines, VkResult result, void* pipe_state) { in PostCallRecordCreateComputePipelines()
3699 …pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines, void* pipe_state) { in PreCallValidateCreateRayTracingPipelinesNV()
3705 …nst VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines, VkResult result, void* pipe_state) { in PostCallRecordCreateRayTracingPipelinesNV()