/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 77 def combineVec(comps): argument 87 def combineIVec(comps): argument 93 def combineUVec(comps): argument 96 def combineBVec(comps): argument 102 def combineMat(numCols, numRows, comps): argument 109 def combineMat2(comps): return combineMat(2, 2, comps) argument 110 def combineMat2x3(comps): return combineMat(2, 3, comps) argument 111 def combineMat2x4(comps): return combineMat(2, 4, comps) argument 112 def combineMat3x2(comps): return combineMat(3, 2, comps) argument 113 def combineMat3(comps): return combineMat(3, 3, comps) argument [all …]
|
/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 77 def combineVec(comps): argument 87 def combineIVec(comps): argument 93 def combineBVec(comps): argument 99 def combineMat(numCols, numRows, comps): argument 106 def combineMat2(comps): return combineMat(2, 2, comps) argument 107 def combineMat3(comps): return combineMat(3, 3, comps) argument 108 def combineMat4(comps): return combineMat(4, 4, comps) argument
|
/external/syzkaller/prog/ |
D | hints_test.go | 18 comps CompMap member 25 comps CompMap member
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_color.cpp | 81 void CPDF_Color::SetValue(const float* comps) { in SetValue() 89 const float* comps, in SetValue()
|
/external/clang/test/CodeGen/ |
D | 2004-06-18-VariableLengthArrayOfStructures.c | 7 struct S comps[a]; in xxxx() local
|
/external/libxml2/test/relaxng/ |
D | comps.rng | 22 <define name="comps"> namedPattern 23 <element name="comps"> element
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_alu_to_scalar.c | 131 nir_ssa_def *comps[2]; in lower_alu_instr_scalar() local 210 nir_ssa_def *comps[] = { NULL, NULL, NULL, NULL }; in lower_alu_instr_scalar() local
|
D | nir_linking_helpers.c | 205 uint8_t *comps, in get_slot_component_masks_and_interp_types() 350 compact_components(nir_shader *producer, nir_shader *consumer, uint8_t *comps, in compact_components() 491 uint8_t comps[32] = {0}; in nir_compact_varyings() local
|
/external/python/cpython2/Tools/scripts/ |
D | dutree.py | 25 def store(size, comps, total, d): argument
|
/external/python/cpython3/Tools/scripts/ |
D | dutree.py | 25 def store(size, comps, total, d): argument
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_etc.c | 676 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_rgb8() local 723 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_srgb8() local 771 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; in etc2_unpack_rgba8() local 809 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; in etc2_unpack_srgb8_alpha8() local 854 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_r11() local 891 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_rg11() local 941 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_signed_r11() local 979 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_signed_rg11() local 1026 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_rgb8_punchthrough_alpha1() local 1062 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_srgb8_punchthrough_alpha1() local
|
D | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
|
D | eval.c | 497 GLuint comps; in _mesa_GetnMapdvARB() local 587 GLuint comps; in _mesa_GetnMapfvARB() local 679 GLuint comps; in _mesa_GetnMapivARB() local
|
D | texcompress_rgtc.c | 47 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_u() 61 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_s()
|
D | glformats.c | 426 GLint comps = _mesa_components_in_format(format); in _mesa_bytes_per_pixel() local 534 _mesa_bytes_per_vertex_attrib(GLint comps, GLenum type) in _mesa_bytes_per_vertex_attrib()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_attribute_workarounds.c | 66 nir_ssa_def *comps[4]; in apply_attr_wa_block() local
|
/external/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 54 GLuint comps = 0; in TEST() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.h | 101 nmv_component comps[2]; member 127 nmv_component_counts comps[2]; member
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_io.c | 39 nir_ssa_def **comps) in replace_intrinsic_with_vec()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_etc.c | 30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
|
/external/libaom/libaom/av1/common/ |
D | entropymv.h | 91 nmv_component comps[2]; member
|
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.h | 103 opj_pi_comp_t *comps; member
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibsource.cpp | 380 int comps = (dst_format & 0xff) / 8; in ConvertBuffer_1bppMask2Rgb() local 410 int comps = (dst_format & 0xff) / 8; in ConvertBuffer_8bppMask2Rgb() local 433 int comps = (dst_format & 0xff) / 8; in ConvertBuffer_1bppPlt2Rgb() local 484 int comps = (dst_format & 0xff) / 8; in ConvertBuffer_8bppPlt2Rgb() local 562 int comps = pSrcBitmap->GetBPP() / 8; in ConvertBuffer_Rgb2Rgb32() local
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_asm.h | 60 unsigned comps:4; /* INST_COMPS_* */ member
|
/external/v8/tools/mb/ |
D | mb.py | 880 def ToAbsPath(self, build_path, *comps): 1162 def PathJoin(self, *comps):
|