/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/rust/android-crates-io/crates/pathdiff/src/ |
D | lib.rs | 60 let mut comps: Vec<Component> = vec![]; in diff_paths() localVariable 138 let mut comps: Vec<Utf8Component> = vec![]; in diff_utf8_paths() localVariable
|
/external/mesa3d/src/nouveau/compiler/ |
D | nak_nir_lower_fs_inputs.c | 22 nir_def *comps[NIR_MAX_VEC_COMPONENTS]; in load_fs_input() local 71 nir_def *comps[NIR_MAX_VEC_COMPONENTS]; in interp_fs_input() local 95 nir_def *comps[NIR_MAX_VEC_COMPONENTS]; in interp_fs_input() local 376 nir_def *comps[NIR_MAX_VEC_COMPONENTS]; in lower_fs_input_intrin() local
|
D | nak_nir_lower_vtg_io.c | 192 unsigned comps = ffs(~(mask >> c)) - 1; in lower_vtg_io_intrin() local
|
/external/clang/test/CodeGen/ |
D | 2004-06-18-VariableLengthArrayOfStructures.c | 7 struct S comps[a]; in xxxx() local
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_etc.c | 679 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_rgb8() local 727 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_srgb8() local 778 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; in etc2_unpack_rgba8() local 817 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; in etc2_unpack_srgb8_alpha8() local 864 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_r11() local 901 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_rg11() local 951 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_signed_r11() local 989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_signed_rg11() local 1036 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_rgb8_punchthrough_alpha1() local 1073 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_srgb8_punchthrough_alpha1() local
|
D | eval.c | 499 GLuint comps; in _mesa_GetnMapdvARB() local 589 GLuint comps; in _mesa_GetnMapfvARB() local 681 GLuint comps; in _mesa_GetnMapivARB() local
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_interpolation.c | 98 nir_def *comps[NIR_MAX_VEC_COMPONENTS]; in nir_lower_interpolation_instr() local
|
D | nir_lower_mem_access_bit_sizes.c | 75 nir_def *comps[NIR_MAX_VEC_COMPONENTS]; in shift_load_data_alignbyte_amd() local 89 nir_def *comps[NIR_MAX_VEC_COMPONENTS]; in shift_load_data_shift64() local 117 nir_def *comps[NIR_MAX_VEC_COMPONENTS]; in shift_load_data_scalar() local
|
D | nir_format_convert.c | 47 nir_def *comps[4]; in nir_format_sign_extend_ivec() local 63 nir_def *comps[4]; in nir_format_unpack_int() local 546 nir_def *comps[4] = { NULL, }; in nir_format_unpack_rgba() local 674 nir_def *comps[4] = { NULL, }; in nir_format_pack_rgba() local
|
D | nir_lower_image.c | 48 nir_scalar comps[NIR_MAX_VEC_COMPONENTS] = { 0 }; in lower_cube_size() local
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_nir_attribute_workarounds.c | 59 nir_def *comps[4]; in apply_attr_wa_instr() local
|
/external/mesa3d/src/asahi/lib/ |
D | agx_nir_lower_tilebuffer.c | 119 unsigned comps = util_format_get_nr_components(logical_format); in load_tilebuffer() local 246 uint8_t comps, uint8_t bit_size, unsigned rt, in load_memory() 278 unsigned comps = util_format_get_nr_components(logical_format); in tib_impl() local
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_nir_passthrough_gs.c | 76 unsigned comps = scalar ? 1 : 4; in hk_nir_passthrough_gs() local
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/ |
D | tests.rs | 15 let comps = path.iter().map(str::to_string).collect::<Vec<String>>(); localVariable 22 let comps = RelativePath::new($path).iter().rev().map(str::to_string) localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/ |
D | tests.rs | 15 let comps = path.iter().map(str::to_string).collect::<Vec<String>>(); localVariable 22 let comps = RelativePath::new($path).iter().rev().map(str::to_string) localVariable
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_indexedcs.cpp | 109 DataVector<float> comps(component_min_max_.size()); in GetRGB() local
|
/external/libvpx/vp9/common/ |
D | vp9_entropymv.h | 101 nmv_component comps[2]; member 127 nmv_component_counts comps[2]; member
|
/external/mesa3d/src/util/format/ |
D | u_format_rgtc.c | 43 const unsigned bw = 4, bh = 4, comps = 1; in util_format_rgtc1_unorm_unpack_r_8unorm() local 67 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local 195 const unsigned bw = 4, bh = 4, comps = 1; in util_format_rgtc1_snorm_unpack_r_8snorm() local 298 const unsigned bw = 4, bh = 4, comps = 2; in util_format_rgtc2_unorm_unpack_rg_8unorm() local 323 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local 465 const unsigned bw = 4, bh = 4, comps = 2; in util_format_rgtc2_snorm_unpack_rg_8snorm() local
|
/external/mesa3d/src/intel/compiler/ |
D | intel_nir_lower_sparse.c | 142 nir_def *comps[4] = { in lower_sparse_image_load() local
|
D | brw_fs_nir.cpp | 995 brw_reg comps[NIR_MAX_VEC_COMPONENTS]; in fs_nir_emit_alu() local 1883 brw_reg comps[NIR_MAX_VEC_COMPONENTS]; in fs_nir_emit_load_const() local 2697 brw_reg comps[NIR_MAX_VEC_COMPONENTS]; in brw_combine_with_vec() local 3383 brw_reg comps[NIR_MAX_VEC_COMPONENTS]; in fs_nir_emit_tes_intrinsic() local 4548 brw_reg comps[4] = { s.pixel_x, s.pixel_y, s.pixel_z, s.wpos_w }; in fs_nir_emit_fs_intrinsic() local 5071 unsigned comps, in emit_urb_direct_vec4_write() 5110 const unsigned comps = nir_src_num_components(instr->src[0]); in emit_urb_direct_writes() local 5135 unsigned comps, in emit_urb_direct_vec4_write_xe2() 5178 const unsigned comps = nir_src_num_components(instr->src[0]); in emit_urb_direct_writes_xe2() local 5198 unsigned comps, in emit_urb_indirect_vec4_write() [all …]
|
/external/pdfium/core/fxcodec/tiff/ |
D | tiff_decoder.cpp | 207 int32_t* comps, in LoadFrameInfo() 307 int32_t* comps, in LoadFrameInfo()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_fs_out_to_vector.cpp | 165 unsigned comps = 0; in create_new_io_vars() local 200 unsigned comps) in create_new_io_var()
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | hw_tests.rs | 144 let comps: u8 = mem_type.bits().div_ceil(32).try_into().unwrap(); in ld_test_data() localVariable 167 let comps: u8 = mem_type.bits().div_ceil(32).try_into().unwrap(); in st_test_data() localVariable 297 let mut comps = 0_u16; in test_foldable_op_with() localVariable 404 let comps = usize::from(comps); // Drop mutability in test_foldable_op_with() localVariable
|