/external/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 63 struct anv_cmd_pipeline_state *pipe_state) in anv_cmd_pipeline_state_finish() 801 struct anv_cmd_pipeline_state *pipe_state = in anv_cmd_buffer_bind_descriptor_set() local 1026 struct anv_cmd_pipeline_state *pipe_state = in anv_cmd_buffer_set_descriptor_buffer_offsets() local 1234 struct anv_cmd_pipeline_state *pipe_state = &cmd_buffer->state.compute.base; in anv_cmd_buffer_cs_push_constants() local 1296 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants2KHR() local 1306 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants2KHR() local 1316 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants2KHR() local 1406 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushDescriptorSetWithTemplate2KHR() local 1482 const struct anv_cmd_pipeline_state *pipe_state = in anv_cmd_buffer_save_state() local 1512 struct anv_cmd_pipeline_state *pipe_state = &cmd_buffer->state.compute.base; in anv_cmd_buffer_restore_state() local
|
D | genX_cmd_buffer.c | 1906 struct anv_cmd_pipeline_state *pipe_state, in emit_dynamic_buffer_binding_table_entry() 1954 struct anv_cmd_pipeline_state *pipe_state, in emit_indirect_descriptor_binding_table_entry() 2047 struct anv_cmd_pipeline_state *pipe_state, in emit_direct_descriptor_binding_table_entry() 2089 struct anv_cmd_pipeline_state *pipe_state, in emit_binding_table() 2236 struct anv_cmd_pipeline_state *pipe_state, in emit_samplers() 2627 struct anv_cmd_pipeline_state *pipe_state, in update_descriptor_set_surface_state() 2671 const struct anv_cmd_pipeline_state *pipe_state, in compute_descriptor_set_surface_offset() 2693 const struct anv_cmd_pipeline_state *pipe_state, in compute_descriptor_set_sampler_offset()
|
D | genX_cmd_draw.c | 216 const struct anv_cmd_pipeline_state *pipe_state = &gfx_state->base; in get_push_range_address() local 292 const struct anv_cmd_pipeline_state *pipe_state = &gfx_state->base; in get_push_range_bound_size() local
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 117 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
|
D | gpu_validation.cpp | 454 …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() 523 … std::vector<std::unique_ptr<PIPELINE_STATE>> &pipe_state, in GpuPreCallRecordPipelineCreations()
|
D | core_validation.cpp | 5025 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_hasvk/ |
D | anv_cmd_buffer.c | 58 struct anv_cmd_pipeline_state *pipe_state) in anv_cmd_pipeline_state_finish() 351 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local 634 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local 640 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local 655 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
|
D | genX_cmd_buffer.c | 2114 struct anv_cmd_pipeline_state *pipe_state, in emit_binding_table() 2403 struct anv_cmd_pipeline_state *pipe_state, in emit_samplers() 2445 struct anv_cmd_pipeline_state *pipe_state, in flush_descriptor_sets()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.h | 225 struct pipe_stencil_ref pipe_state; member
|
/external/vulkan-validation-layers/layers/generated/ |
D | chassis.h | 3688 …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()
|