Searched refs:pipe_state (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c130 struct anv_cmd_pipeline_state *pipe_state)
132 for (uint32_t i = 0; i < ARRAY_SIZE(pipe_state->push_descriptors); i++) {
133 if (pipe_state->push_descriptors[i]) {
135 pipe_state->push_descriptors[i]->set.layout);
136 vk_free(&cmd_buffer->pool->alloc, pipe_state->push_descriptors[i]);
529 struct anv_cmd_pipeline_state *pipe_state; local in function:anv_cmd_buffer_bind_descriptor_set
531 pipe_state = &cmd_buffer->state.compute.base;
534 pipe_state = &cmd_buffer->state.gfx.base;
536 pipe_state->descriptors[set_index] = set;
546 ARRAY_SIZE(pipe_state
129 anv_cmd_pipeline_state_finish(struct anv_cmd_buffer * cmd_buffer,struct anv_cmd_pipeline_state * pipe_state) argument
943 struct anv_cmd_pipeline_state *pipe_state; local in function:anv_cmd_buffer_push_descriptor_set
[all...]
H A DgenX_cmd_buffer.c1977 anv_descriptor_for_binding(const struct anv_cmd_pipeline_state *pipe_state, argument
1982 pipe_state->descriptors[binding->set];
1989 dynamic_offset_for_binding(const struct anv_cmd_pipeline_state *pipe_state, argument
1994 pipe_state->descriptors[binding->set];
1997 pipe_state->layout->set[binding->set].dynamic_offset_start +
2001 return pipe_state->dynamic_offsets[dynamic_offset_idx];
2035 struct anv_cmd_pipeline_state *pipe_state; local in function:emit_binding_table
2041 pipe_state = &cmd_buffer->state.compute.base;
2044 pipe_state = &cmd_buffer->state.gfx.base;
2047 pipeline = pipe_state
2300 struct anv_cmd_pipeline_state *pipe_state = local in function:emit_samplers
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c233 struct anv_cmd_pipeline_state *pipe_state)
235 for (uint32_t i = 0; i < ARRAY_SIZE(pipe_state->push_descriptors); i++) {
236 if (pipe_state->push_descriptors[i]) {
238 pipe_state->push_descriptors[i]->set.layout);
239 vk_free(&cmd_buffer->pool->alloc, pipe_state->push_descriptors[i]);
916 struct anv_cmd_pipeline_state *pipe_state; local in function:anv_cmd_buffer_bind_descriptor_set
921 pipe_state = &cmd_buffer->state.gfx.base;
926 pipe_state = &cmd_buffer->state.compute.base;
936 pipe_state = &cmd_buffer->state.rt.base;
948 if (pipe_state
232 anv_cmd_pipeline_state_finish(struct anv_cmd_buffer * cmd_buffer,struct anv_cmd_pipeline_state * pipe_state) argument
1235 struct anv_cmd_pipeline_state *pipe_state = local in function:anv_CmdPushConstants
1241 struct anv_cmd_pipeline_state *pipe_state = local in function:anv_CmdPushConstants
1252 struct anv_cmd_pipeline_state *pipe_state = local in function:anv_CmdPushConstants
1361 struct anv_cmd_pipeline_state *pipe_state; local in function:anv_cmd_buffer_push_descriptor_set
[all...]
H A DgenX_cmd_buffer.c2566 struct anv_cmd_pipeline_state *pipe_state,
2592 struct anv_push_constants *push = &pipe_state->push_constants;
2685 pipe_state->descriptors[binding->index];
2697 pipe_state->descriptors[binding->set];
2881 struct anv_cmd_pipeline_state *pipe_state,
2900 &pipe_state->descriptors[binding->set]->descriptors[binding->index];
2923 struct anv_cmd_pipeline_state *pipe_state,
2941 result = emit_samplers(cmd_buffer, pipe_state, shaders[i],
2947 result = emit_binding_table(cmd_buffer, pipe_state, shaders[i],
2976 result = emit_samplers(cmd_buffer, pipe_state, shader
2565 emit_binding_table(struct anv_cmd_buffer * cmd_buffer,struct anv_cmd_pipeline_state * pipe_state,struct anv_shader_bin * shader,struct anv_state * bt_state) argument
2880 emit_samplers(struct anv_cmd_buffer * cmd_buffer,struct anv_cmd_pipeline_state * pipe_state,struct anv_shader_bin * shader,struct anv_state * state) argument
2922 flush_descriptor_sets(struct anv_cmd_buffer * cmd_buffer,struct anv_cmd_pipeline_state * pipe_state,const VkShaderStageFlags dirty,struct anv_shader_bin ** shaders,uint32_t num_shaders) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h244 struct pipe_stencil_ref pipe_state; member in struct:r600_stencil_ref_state
H A Dr600_blit.c78 util_blitter_save_stencil_ref(rctx->blitter, &rctx->stencil_ref.pipe_state);
H A Dr600_state_common.c315 rctx->stencil_ref.pipe_state = *state;
343 ref.ref_value[0] = rctx->stencil_ref.pipe_state.ref_value[0];
344 ref.ref_value[1] = rctx->stencil_ref.pipe_state.ref_value[1];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h244 struct pipe_stencil_ref pipe_state; member in struct:r600_stencil_ref_state
H A Dr600_blit.c78 util_blitter_save_stencil_ref(rctx->blitter, &rctx->stencil_ref.pipe_state);
H A Dr600_state_common.c320 rctx->stencil_ref.pipe_state = state;
348 ref.ref_value[0] = rctx->stencil_ref.pipe_state.ref_value[0];
349 ref.ref_value[1] = rctx->stencil_ref.pipe_state.ref_value[1];
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1001 - anv: Pass the right pipe_state to flush_descriptor_sets()

Completed in 35 milliseconds