Searched defs:dword (Results 1 - 25 of 29) sorted by relevance

12

/external/vulkan-validation-layers/libs/glm/gtx/
H A Draw_data.hpp62 //! Type for dword numbers.
64 typedef detail::uint32 dword; typedef in namespace:glm
/external/syslinux/gpxe/src/arch/i386/include/bits/
H A Dbyteswap.h31 uint32_t dword[2]; member in union:__anon24440
35 u.dword[0] = __bswap_variable_32(u.dword[0]);
36 u.dword[1] = __bswap_variable_32(u.dword[1]);
38 : "=r" ( u.dword[0] ), "=r" ( u.dword[1] )
39 : "0" ( u.dword[0] ), "1" ( u.dword[1] ) );
/external/syslinux/gpxe/src/drivers/bus/
H A Dpcibackup.c64 uint32_t *dword; local
66 for ( offset = 0, dword = backup->dwords ; offset < 0x100 ;
67 offset += sizeof ( *dword ) , dword++ ) {
69 pci_read_config_dword ( pci, offset, dword );
83 uint32_t *dword; local
85 for ( offset = 0, dword = backup->dwords ; offset < 0x100 ;
86 offset += sizeof ( *dword ) , dword++ ) {
88 pci_write_config_dword ( pci, offset, *dword );
[all...]
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.h48 uint32_t dword)
50 state->buf[state->cdw++] = dword;
47 virgl_encoder_write_dword(struct virgl_cmd_buf *state, uint32_t dword) argument
H A Dvirgl_encode.c41 uint32_t dword)
43 int len = (dword >> 16);
48 virgl_encoder_write_dword(ctx->cbuf, dword);
40 virgl_encoder_write_cmd_dword(struct virgl_context *ctx, uint32_t dword) argument
/external/libdrm/radeon/
H A Dradeon_cs.h115 static inline void radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) argument
117 cs->packets[cs->cdw++] = dword;
/external/libjpeg-turbo/simd/
H A Djsimdcfg.inc.h84 %define JDIMENSION dword ; unsigned int variable
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_batchbuffer.h51 unsigned dword)
53 *(unsigned *)batch->ptr = dword;
69 unsigned dword)
72 i915_winsys_batchbuffer_dword_unchecked(batch, dword);
50 i915_winsys_batchbuffer_dword_unchecked(struct i915_winsys_batchbuffer *batch, unsigned dword) argument
68 i915_winsys_batchbuffer_dword(struct i915_winsys_batchbuffer *batch, unsigned dword) argument
H A Di915_debug_fp.c222 print_src_reg(struct debug_stream *stream, unsigned dword) argument
224 unsigned nr = (dword >> A2_SRC2_NR_SHIFT) & REG_NR_MASK;
225 unsigned type = (dword >> A2_SRC2_TYPE_SHIFT) & REG_TYPE_MASK;
227 print_reg_neg_swizzle(stream, dword);
232 print_dest_reg(struct debug_stream *stream, unsigned dword) argument
234 unsigned nr = (dword >> A0_DEST_NR_SHIFT) & REG_NR_MASK;
235 unsigned type = (dword >> A0_DEST_TYPE_SHIFT) & REG_TYPE_MASK;
237 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL)
240 if (dword & A0_DEST_CHANNEL_X)
242 if (dword
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c93 svga_shader_emit_dword(struct svga_shader_emitter * emit, unsigned dword) argument
98 *(unsigned *) emit->ptr = dword;
99 emit->ptr += sizeof dword;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug_fp.c207 print_src_reg(GLuint dword) argument
209 GLuint nr = (dword >> A2_SRC2_NR_SHIFT) & REG_NR_MASK;
210 GLuint type = (dword >> A2_SRC2_TYPE_SHIFT) & REG_TYPE_MASK;
212 print_reg_neg_swizzle(dword);
217 print_dest_reg(GLuint dword) argument
219 GLuint nr = (dword >> A0_DEST_NR_SHIFT) & REG_NR_MASK;
220 GLuint type = (dword >> A0_DEST_TYPE_SHIFT) & REG_TYPE_MASK;
222 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL)
225 if (dword & A0_DEST_CHANNEL_X)
227 if (dword
[all...]
H A Dintel_batchbuffer.h82 intel_batchbuffer_emit_dword(struct intel_context *intel, GLuint dword) argument
87 intel->batch.map[intel->batch.used++] = dword;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.h106 intel_batchbuffer_emit_dword(struct intel_batchbuffer *batch, GLuint dword) argument
111 *batch->map_next++ = dword;
H A Dbrw_eu_emit.c789 bool dword,
807 brw_inst_set_scratch_type(devinfo, inst, dword);
3537 * mask ANDed with the pixel mask, but we just want to write the one dword for
786 gen7_set_dp_scratch_message(struct brw_codegen *p, brw_inst *inst, bool write, bool dword, bool invalidate_after_read, unsigned num_regs, unsigned addr_offset, unsigned mlen, unsigned rlen, bool header_present) argument
/external/swiftshader/src/Common/
H A DTypes.hpp49 typedef ALIGN(4, uint32_t) dword; member in namespace:sw
/external/syslinux/gpxe/src/arch/i386/include/
H A Dregisters.h51 uint32_t dword; member in union:__anon24452
/external/drm_gralloc/
H A Dgralloc_drm_intel.c96 batch_dword(struct intel_info *info, uint32_t dword) argument
98 *info->cur++ = dword;
/external/swiftshader/src/Renderer/
H A DSurface.hpp391 typedef unsigned int dword; typedef in class:sw::Surface
398 dword lut;
407 dword lut;
425 dword clut;
/external/syslinux/gpxe/src/drivers/net/
H A Datl1e.c319 /* tx, rx cmd, dword align */
1280 * low dword
1287 /* hight dword */
1300 u32 dword[2]; member in union:__anon24529
1323 hw_addr.dword[0] = AT_READ_REG(hw, REG_MAC_STA_ADDR);
1324 hw_addr.dword[1] = AT_READ_REG(hw, REG_MAC_STA_ADDR + 4);
H A Detherfabric.h114 efab_dword_t dword[2]; member in union:efab_qword
126 efab_dword_t dword[4]; member in union:efab_oword
139 #define EFAB_DWORD_VAL(dword) \
140 ( ( unsigned int ) le32_to_cpu ( (dword).u32[0] ) )
206 #define EFAB_EXTRACT_DWORD( dword, low, high ) \
207 ( EFAB_EXTRACT32 ( (dword).u32[0], 0, 31, low, high ) )
229 #define EFAB_DWORD_FIELD( dword, field ) \
230 ( EFAB_EXTRACT_DWORD ( dword, EFAB_LOW_BIT ( field ), \
247 #define EFAB_DWORD_IS_ZERO( dword ) \
248 ( ! ( (dword)
[all...]
/external/libdrm/intel/
H A Dintel_decode.c311 instr_out(ctx, 2, "dword\n");
313 instr_out(ctx, 3, "upper dword\n");
353 instr_out(ctx, 2, "dword\n");
355 instr_out(ctx, 3, "upper dword\n");
367 instr_out(ctx, i, "dword %d\n", i);
581 instr_out(ctx, i, "dword %d\n", i);
1790 int width, height, pitch, dword; local
1793 dword = data[i];
1796 dword & (1 << 31) ?
1798 dword
2037 uint32_t dword; local
[all...]
/external/mesa3d/src/intel/tools/
H A Daubinator.c103 const int dword = f->start / 32; local
105 if (*dword_num != dword) {
107 offset + 4 * dword, iter->p[dword], dword);
108 *dword_num = dword;
/external/syslinux/gpxe/src/drivers/infiniband/
H A Darbel.h221 uint32_t dword[2]; member in union:arbelprm_doorbell_register
226 uint32_t dword[1]; member in union:arbelprm_eq_doorbell_register
H A Dhermon.h267 uint32_t dword[1]; member in union:hermonprm_doorbell_register
H A Dlinda.c167 * Write Linda dword register
170 * @v dword Value to write
173 static void linda_writel ( struct linda *linda, uint32_t dword, argument
175 writel ( dword, ( linda->regs + offset ) );

Completed in 4333 milliseconds

12