Home
last modified time | relevance | path

Searched defs:dw (Results 1 – 25 of 88) sorted by relevance

1234

/external/rust/crates/ring/pregenerated/tmp/
Dghash-x86-win32n.asm322 dw 0,450,900,582,1800,1738,1164,1358 label
323 dw 3600,4050,3476,3158,2328,2266,2716,2910 label
324 dw 7200,7650,8100,7782,6952,6890,6316,6510 label
325 dw 4656,5106,4532,4214,5432,5370,5820,6014 label
326 dw 14400,14722,15300,14854,16200,16010,15564,15630 label
327 dw 13904,14226,13780,13334,12632,12442,13020,13086 label
328 dw 9312,9634,10212,9766,9064,8874,8428,8494 label
329 dw 10864,11186,10740,10294,11640,11450,12028,12094 label
330 dw 28800,28994,29444,29382,30600,30282,29708,30158 label
331 dw 32400,32594,32020,31958,31128,30810,31260,31710 label
[all …]
/external/mesa3d/src/intel/common/tests/
Dgenxml_test.c63 uint32_t dw[GEN9_TEST_STRUCT_length]; in test_struct() local
105 uint32_t dw[GEN9_STRUCT_TWO_LEVELS_length]; in test_two_levels() local
/external/mesa3d/src/intel/tools/
Daub_read.c37 #define TYPE(dw) (((dw) >> 29) & 7) argument
38 #define OPCODE(dw) (((dw) >> 23) & 0x3f) argument
39 #define SUBOPCODE(dw) (((dw) >> 16) & 0x7f) argument
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h399 uint32_t *dw = blorp_emitn(batch, GENX(3DSTATE_VERTEX_BUFFERS), num_dwords); in blorp_emit_vertex_buffers() local
549 uint32_t *dw = blorp_emitn(batch, GENX(3DSTATE_VERTEX_ELEMENTS), num_dwords); in blorp_emit_vertex_elements() local
1195 uint32_t *dw = blorp_emit_dwords(batch, in blorp_emit_depth_stencil_state() local
1372 for (unsigned dw = 0; dw < size; dw += 4) { in blorp_emit_memcpy() local
1618 uint32_t *dw = blorp_emit_dwords(batch, isl_dev->ds.size / 4); in blorp_emit_depth_stencil_config() local
1881 uint32_t *dw = blorp_emitn(batch, GENX(MI_ATOMIC), num_dwords, in blorp_update_clear_color() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c185 GLuint dw; in i915AlphaFunc() local
242 GLuint dw; in i915BlendColor() local
358 GLuint dw; in i915DepthFunc() local
375 GLuint dw; in i915DepthMask() local
560 GLuint mode, dw; in i915CullFaceFrontFace() local
773 GLuint dw; in i915Enable() local
/external/elfutils/tests/
Drerequest_tag.c33 Dwarf *dw = dwarf_begin (i, DWARF_C_READ); in main() local
/external/libwebsockets/lib/plat/windows/
Dwindows-resolv.c34 DWORD dw; in lws_plat_asyncdns_init() local
/external/mesa3d/src/intel/common/
Dgen_l3_config.c245 float dw = 0; in gen_diff_l3_weights() local
314 const float dw = gen_diff_l3_weights(w0, gen_get_l3_config_weights(cfg)); in gen_get_l3_config() local
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DCSVGroupHandlerTest.java41 final DelimitedWriter dw = new DelimitedWriter(result); in setup() local
/external/clang/test/Frontend/
Doptimization-remark-options.c16 void foo2(int *dw, int *uw, int *A, int *B, int *C, int *D, int N) { in foo2()
/external/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c86 uint32_t *dw; in genX() local
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug.c228 unsigned dw, in BITS()
247 #define MBZ( dw, hi, lo) do { \ argument
255 #define MBZ( dw, hi, lo) do { \ argument
262 unsigned dw, in FLAG()
/external/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c296 uint32_t *dw = batch; in isl_genX() local
/external/ComputeLibrary/src/cpu/kernels/boundingboxtransform/generic/neon/
Dimpl.cpp66 …float dw = dequantize_qasymm8(delta_ptr[delta_id + 2], deltas_qinfo) / bbinfo.weights… in bounding_box_transform_qsymm16() local
120 T dw = delta_ptr[delta_id + 2] / T(bbinfo.weights()[2]); in bounding_box_transform() local
/external/clang/test/CodeGenObjC/
Dmisc-atomic-property.m47 dword dw; field
/external/elfutils/libdwfl/
Ddwfl_getdwarf.c49 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); in module_callback() local
/external/skia/src/gpu/graphite/render/
DTessellateCurvesRenderStep.cpp109 void TessellateCurvesRenderStep::writeVertices(DrawWriter* dw, in writeVertices()
DBitmapTextRenderStep.cpp111 void BitmapTextRenderStep::writeVertices(DrawWriter* dw, in writeVertices()
DSDFTextRenderStep.cpp142 void SDFTextRenderStep::writeVertices(DrawWriter* dw, in writeVertices()
DTessellateWedgesRenderStep.cpp121 void TessellateWedgesRenderStep::writeVertices(DrawWriter* dw, in writeVertices()
DTessellateStrokesRenderStep.cpp112 void TessellateStrokesRenderStep::writeVertices(DrawWriter* dw, in writeVertices()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pm4.c37 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) in si_pm4_cmd_add()
/external/elfutils/src/
Dfindtextrel.c357 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); in process_file() local
483 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw, in check_rel()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_l3_state.c219 const float dw = gen_diff_l3_weights(w, gen_get_l3_config_weights(brw->l3.config)); in brw_emit_l3_state() local
/external/libvpx/vpx_dsp/
Dpsnr.c72 const int dw = width % 16; in get_sse() local
131 const int dw = width % 16; in highbd_get_sse() local

1234