Searched refs:gfx_state (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c3045 struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; local in function:get_push_range_address
3053 gfx_state->base.descriptors[range->index];
3058 if (gfx_state->base.push_constants_state.alloc_size == 0) {
3059 gfx_state->base.push_constants_state =
3064 .offset = gfx_state->base.push_constants_state.offset,
3078 gfx_state->base.descriptors[range->set];
3089 &gfx_state->base.push_constants;
3124 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; local in function:get_push_range_bound_size
3128 gfx_state->base.descriptors[range->index];
3143 gfx_state
3186 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; local in function:cmd_buffer_emit_push_constant
3292 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; local in function:cmd_buffer_emit_push_constant_all
3339 struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; local in function:cmd_buffer_flush_push_constants
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c2447 const struct anv_cmd_graphics_state *gfx_state = &cmd_buffer->state.gfx; local in function:cmd_buffer_flush_push_constants
2448 const struct anv_pipeline *pipeline = gfx_state->base.pipeline;
2520 gfx_state->base.descriptors[binding->binding];
2531 anv_descriptor_for_binding(&gfx_state->base, binding);
2542 dynamic_offset_for_binding(&gfx_state->base, binding);

Completed in 13 milliseconds