/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 1549 state->emit_state.stream_out = true; in pvr_reset_graphics_dirty_state() 1550 state->emit_state.ppp_control = true; in pvr_reset_graphics_dirty_state() 1551 state->emit_state.varying_word2 = true; in pvr_reset_graphics_dirty_state() 1552 state->emit_state.varying_word1 = true; in pvr_reset_graphics_dirty_state() 1553 state->emit_state.varying_word0 = true; in pvr_reset_graphics_dirty_state() 1554 state->emit_state.output_selects = true; in pvr_reset_graphics_dirty_state() 1555 state->emit_state.wclamp = true; in pvr_reset_graphics_dirty_state() 1556 state->emit_state.viewport = true; in pvr_reset_graphics_dirty_state() 1557 state->emit_state.region_clip = true; in pvr_reset_graphics_dirty_state() 1558 state->emit_state in pvr_reset_graphics_dirty_state() 3275 struct pvr_emit_state *const emit_state = &cmd_buffer->state.emit_state; pvr_setup_output_select() local 3314 struct pvr_emit_state *const emit_state = &cmd_buffer->state.emit_state; pvr_setup_isp_faces_and_control() local 3585 struct pvr_emit_state *const emit_state = &cmd_buffer->state.emit_state; pvr_setup_isp_depth_bias_scissor_state() local 3696 struct pvr_emit_state *const emit_state = &cmd_buffer->state.emit_state; pvr_setup_triangle_merging_flag() local 3736 struct pvr_emit_state *const emit_state = &state->emit_state; pvr_setup_fragment_state_pointers() local 3836 struct pvr_emit_state *const emit_state = &state->emit_state; pvr_setup_viewport() local 3885 struct pvr_emit_state *const emit_state = &state->emit_state; pvr_setup_ppp_control() local 3959 struct pvr_emit_state *const emit_state = &state->emit_state; pvr_emit_ppp_state() local [all...] |
H A D | pvr_private.h | 810 struct pvr_emit_state emit_state; member 906 sizeof(((struct pvr_cmd_buffer_state *)(0))->emit_state) <= 908 "Size of emit_state_bits must be greater that or equal to emit_state.");
|
/third_party/libbpf/src/ |
H A D | btf_dump.c | 50 enum btf_dump_type_emit_state emit_state: 2; member 211 d->type_states[0].emit_state = EMITTED; in btf_dump_resize() 692 if (tstate->emit_state == EMITTED) in btf_dump_emit_type() 698 if (tstate->emit_state == EMITTING) { in btf_dump_emit_type() 744 tstate->emit_state = EMITTED; in btf_dump_emit_type() 752 tstate->emit_state = EMITTED; in btf_dump_emit_type() 767 tstate->emit_state = EMITTED; in btf_dump_emit_type() 770 tstate->emit_state = EMITTING; in btf_dump_emit_type() 783 tstate->emit_state = EMITTED; in btf_dump_emit_type() 787 tstate->emit_state in btf_dump_emit_type() [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog_emit.c | 78 struct emit_state { struct 445 static void emit_flowcontrol(struct emit_state * s, struct rc_instruction * inst) in emit_flowcontrol() 628 struct emit_state s; in r500BuildFragmentProgramHwCode()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 402 static void emit_state(struct rendering_state *state) in emit_state() function 2907 emit_state(state); in handle_begin_query() 2939 emit_state(state); in handle_begin_query_indexed_ext() 3963 emit_state(state); in lvp_execute_cmd_buffer() 3967 emit_state(state); in lvp_execute_cmd_buffer() 3971 emit_state(state); in lvp_execute_cmd_buffer() 3975 emit_state(state); in lvp_execute_cmd_buffer() 3979 emit_state(state); in lvp_execute_cmd_buffer() 3983 emit_state(state); in lvp_execute_cmd_buffer() 4065 emit_state(stat in lvp_execute_cmd_buffer() [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device_generated_commands.c | 168 uint16_t emit_state; member 732 nir_push_if(&b, nir_ieq_imm(&b, load_param16(&b, emit_state), 1)); in build_dgc_prepare_shader() 1201 .emit_state = layout->binds_state, in radv_prepare_dgc()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_emit.c | 396 v3dX(emit_state)(struct pipe_context *pctx) in emit_state() function
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 360 emit_state(struct iris_batch *batch, in emit_state() function 6477 emit_state(batch, ice->state.dynamic_uploader, in iris_upload_dirty_render_state() 7305 emit_state(batch, ice->state.dynamic_uploader, in iris_upload_gpgpu_walker()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 358 emit_state(struct crocus_batch *batch, const void *data, unsigned size, in emit_state() function 5512 return emit_state(batch, table, size, 32); in crocus_upload_binding_table() 8183 emit_state(batch, desc, sizeof(desc), 64);
|