Home
last modified time | relevance | path

Searched defs:dwords (Results 1 – 25 of 65) sorted by relevance

123

/third_party/mesa3d/src/freedreno/decode/
Dcffdec.c197 dump_hex(uint32_t *dwords, uint32_t sizedwords, int level) in dump_hex()
250 dump_float(float *dwords, uint32_t sizedwords, int level) in dump_float()
895 dump_registers(uint32_t regbase, uint32_t *dwords, uint32_t sizedwords, in dump_registers()
916 dump_domain(uint32_t *dwords, uint32_t sizedwords, int level, const char *name) in dump_domain()
1126 cp_im_loadi(uint32_t *dwords, uint32_t sizedwords, int level) in cp_im_loadi()
1160 cp_wide_reg_write(uint32_t *dwords, uint32_t sizedwords, int level) in cp_wide_reg_write()
1207 a3xx_get_state_type(uint32_t *dwords, gl_shader_stage *stage, in a3xx_get_state_type()
1328 a4xx_get_state_type(uint32_t *dwords, gl_shader_stage *stage, in a4xx_get_state_type()
1338 a6xx_get_state_type(uint32_t *dwords, gl_shader_stage *stage, in a6xx_get_state_type()
1423 cp_load_state(uint32_t *dwords, uint32_t sizedwords, int level) in cp_load_state()
[all …]
Dscript.c66 uint32_t *dwords; member
723 script_packet(uint32_t *dwords, uint32_t sizedwords, struct rnn *rnn, in script_packet()
/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c527 uint32_t *dwords = (uint32_t *)instr; in disasm_instr_cb() local
574 disasm_a3xx_stat(uint32_t *dwords, int sizedwords, int level, FILE *out, in disasm_a3xx_stat()
639 disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, in disasm_a3xx()
647 try_disasm_a3xx(uint32_t *dwords, int sizedwords, int level, FILE *out, in try_disasm_a3xx()
/third_party/mesa3d/src/freedreno/isa/
Dir3-disasm.c40 uint32_t *dwords = (uint32_t *)instr; in disasm_instr_cb() local
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c230 disasm_alu(uint32_t *dwords, uint32_t alu_off, int level, int sync, in disasm_alu()
475 disasm_fetch(uint32_t *dwords, uint32_t alu_off, int level, int sync) in disasm_fetch()
621 disasm_a2xx(uint32_t *dwords, int sizedwords, int level, gl_shader_stage type) in disasm_a2xx()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_batch.h34 #define BEGIN_BATCH(dwords) (i915_winsys_batchbuffer_check(i915->batch, dwords)) argument
Di915_batchbuffer.h44 size_t dwords) in i915_winsys_batchbuffer_check()
Di915_state_dynamic.c61 const unsigned *src, unsigned dwords) in set_dynamic_array()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.h18 uint32_t dwords; member
/third_party/mesa3d/src/intel/genxml/
Dgen_pack_header.py370 def collect_dwords(self, dwords, start, dim): argument
424 def emit_pack_function(self, dwords, length): argument
/third_party/mesa3d/src/intel/vulkan/
Dgfx7_cmd_buffer.c232 uint32_t dwords[GENX(3DSTATE_WM_length)]; in genX() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_pack.h137 #define OUT_PKTBUF(ring, opcode, dwords, sizedwords, ...) \ argument
/third_party/mesa3d/src/intel/tools/
Daub_write.c101 int app_name_len, dwords; in write_execlists_header() local
122 int comment_len, comment_dwords, dwords; in write_legacy_header() local
201 uint32_t dwords = ALIGN(len, sizeof(uint32_t)) / sizeof(uint32_t); in mem_trace_memory_write_header_out() local
219 uint32_t dwords = 1; in register_write_out() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c314 const unsigned *dwords = (const unsigned *)tokens; in tgsi_dump_tokens() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2.h51 uint32_t *dwords; member
Dfd2_emit.c76 const uint32_t *dwords; in emit_constants() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c106 const unsigned *dwords, unsigned nr) in svga_shader_emit_dwords()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h359 uint32_t dwords; in __OUT_IB() local
380 uint32_t dwords; in __OUT_IB5() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c527 print_instr(uint32_t *dwords, int n, enum debug_t debug) in print_instr()
618 etna_disasm(uint32_t *dwords, int sizedwords, enum debug_t debug) in etna_disasm()
/third_party/mesa3d/src/freedreno/computerator/
Da4xx.c160 const uint32_t *dwords) in emit_const()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_render.c350 unsigned dwords = 4 + draw->count * vertex_size; in r300_draw_arrays_immediate() local
1028 unsigned dwords = 6; in r300_render_draw_arrays() local
1175 unsigned dwords = 13 + vertex_size + in r300_blitter_draw_rectangle() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_genx_macros.h36 __gen_get_batch_dwords(struct iris_batch *batch, unsigned dwords) in __gen_get_batch_dwords()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h38 __gen_get_batch_dwords(struct crocus_batch *batch, unsigned dwords) in __gen_get_batch_dwords()
/third_party/mesa3d/src/amd/compiler/tests/
Dglsl_scraper.py131 def dwords(f): function
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_dump.c569 unsigned dwords, in svga_shader_dump()

123