Home
last modified time | relevance | path

Searched refs:emit_dwords (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_boilerplate.h34 emit_dwords(struct brw_context *brw, unsigned n) in emit_dwords() function
136 *_dst = emit_dwords(brw, _brw_cmd_length(cmd)); \
142 uint32_t *_dw = emit_dwords(brw, n); \
/external/mesa3d/src/intel/common/tests/
Dgen_mi_builder_test.cpp75 *_dst = (struct cmd *) emit_dwords(__genxml_cmd_length(cmd)); \
88 void *emit_dwords(int num_dwords);
256 gen_mi_builder_test::emit_dwords(int num_dwords) in emit_dwords() function in gen_mi_builder_test
326 return test->emit_dwords(num_dwords); in __gen_get_batch_dwords()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c548 emit_dwords(struct svga_shader_emitter_v10 *emit, in emit_dwords() function
2708 emit_dwords(emit, (unsigned *) emit->immediates, 4 * emit->num_immediates); in emit_vgpu10_immediates_block()