Home
last modified time | relevance | path

Searched defs:dword (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_batchbuffer.h51 unsigned dword) in i915_winsys_batchbuffer_dword_unchecked()
71 unsigned dword) in i915_winsys_batchbuffer_dword()
Di915_debug_fp.c160 print_src_reg(char **stream, unsigned dword) in print_src_reg()
169 print_dest_reg(char **stream, unsigned dword) in print_dest_reg()
Di915_batch.h36 #define OUT_BATCH(dword) i915_winsys_batchbuffer_dword(i915->batch, dword) argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Draw_data.hpp38 typedef detail::uint32 dword; typedef
/third_party/mesa3d/src/util/
Dbitscan.h105 #define u_foreach_bit(b, dword) \ argument
118 #define u_foreach_bit64(b, dword) \ argument
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.h58 uint32_t dword) in virgl_encoder_write_dword()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_vsc.c39 dword = 4 * byte, enumerator
Dfd6_program.c221 unsigned dword = out->stream * A6XX_SO_PROG_DWORDS + loc/2; in setup_stream_out() local
/third_party/mesa3d/src/freedreno/decode/
Dcffdec.c277 parse_dword_addr(uint32_t dword, uint32_t *gpuaddr, uint32_t *flags, in parse_dword_addr()
344 reg_dump_scratch(const char *name, uint32_t dword, int level) in reg_dump_scratch()
385 reg_dump_gpuaddr(const char *name, uint32_t dword, int level) in reg_dump_gpuaddr()
392 reg_gpuaddr_lo(const char *name, uint32_t dword, int level) in reg_gpuaddr_lo()
398 reg_dump_gpuaddr_hi(const char *name, uint32_t dword, int level) in reg_dump_gpuaddr_hi()
462 reg_disasm_gpuaddr(const char *name, uint32_t dword, int level) in reg_disasm_gpuaddr()
468 reg_disasm_gpuaddr_hi(const char *name, uint32_t dword, int level) in reg_disasm_gpuaddr_hi()
506 reg_dump_tex_samp_hi(const char *name, uint32_t dword, int level) in reg_dump_tex_samp_hi()
522 reg_dump_tex_const_hi(const char *name, uint32_t dword, int level) in reg_dump_tex_const_hi()
819 dump_register_val(uint32_t regbase, uint32_t dword, int level) in dump_register_val()
[all …]
/third_party/libdrm/radeon/
Dradeon_cs.h115 static inline void radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) in radeon_cs_write_dword()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTypes.hpp50 typedef ALIGN(4, uint32_t) dword; typedef
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c93 svga_shader_emit_dword(struct svga_shader_emitter * emit, unsigned dword) in svga_shader_emit_dword()
/third_party/mesa3d/src/intel/tools/
Di965_asm.c65 uint32_t dword; in get_dword() local
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_csb.h205 #define pvr_csb_emit_dword(csb, dword) \ argument
/third_party/libsnd/src/
Dau.c293 int marker, dword ; in au_read_header() local
Dw64.c227 int dword = 0, marker, format = 0 ; in w64_read_header() local
Dwavlike.c1293 { uint32_t marker, dword = 0, vmajor = -1, vminor = -1, bytesread = 0 ; in exif_subchunk_parse() local
Dwav.c1378 uint32_t thisread, bytesread = 0, dword, sampler_data, loop_count, actually_loop_count = 0 ; in wav_read_smpl_chunk() local
Daiff.c1758 aiff_read_chanmap (SF_PRIVATE * psf, unsigned dword) in aiff_read_chanmap()
/third_party/mesa3d/src/intel/isl/
Disl_format.c1252 unsigned dword = layout->start_bit / 32; in pack_channel() local
1302 unsigned dword = layout->start_bit / 32; in unpack_channel() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp78 typedef ALIGN(4, uint32_t) dword; typedef
/third_party/libdrm/intel/
Dintel_decode.c1786 int width, height, pitch, dword; in decode_3d_1d() local
2033 uint32_t dword; in decode_3d_1d() local
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp243 for (uint32_t dword : binary) in finish_assembler_test() local
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c1194 uint64_t offset, uint32_t dword) in print_dword_header()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp364 typedef unsigned int dword; typedef in sw::Surface

12