/third_party/vk-gl-cts/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 …]
|
/third_party/vk-gl-cts/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
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtsp.c | 91 gchar **comps = NULL; in GST_START_TEST() local 114 gchar **comps = NULL; in GST_START_TEST() local 137 gchar **comps = NULL; in GST_START_TEST() local
|
/third_party/python/Tools/scripts/ |
D | dutree.py | 25 def store(size, comps, total, d): argument
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_attribute_workarounds.c | 59 nir_ssa_def *comps[4]; in apply_attr_wa_instr() local
|
D | brw_nir_lower_storage_image.c | 346 nir_ssa_def *comps[4]; in convert_color_for_load() local 666 nir_ssa_def *comps[4] = { NULL, NULL, NULL, NULL }; in lower_image_size_instr() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_image.c | 48 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS] = { NULL, }; in lower_cube_size() local
|
D | nir_lower_interpolation.c | 103 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in nir_lower_interpolation_block() local
|
D | nir_lower_array_deref_of_vec.c | 36 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in build_write_masked_store() local
|
D | nir_lower_alu_to_scalar.c | 327 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS] = { NULL }; in lower_alu_instr_scalar() local
|
D | nir_format_convert.h | 79 nir_ssa_def *comps[4]; in nir_format_sign_extend_ivec() local 95 nir_ssa_def *comps[4]; in nir_format_unpack_int() local
|
/third_party/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 | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
|
D | eval.c | 498 GLuint comps; in _mesa_GetnMapdvARB() local 588 GLuint comps; in _mesa_GetnMapfvARB() local 680 GLuint comps; in _mesa_GetnMapivARB() local
|
D | texcompress_rgtc.c | 49 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_u() 63 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()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 133 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in lower_load_deref() local 188 nir_ssa_def *comps[4]; in ubo_load_select_32b_comps() local 222 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in build_load_ubo_dxil() local 276 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in lower_load_ssbo() local 336 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in lower_store_ssbo() local 398 lower_load_vec32(nir_builder *b, nir_ssa_def *index, unsigned num_comps, nir_ssa_def **comps, nir_i… in lower_load_vec32() 433 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in lower_32b_offset_load() local 538 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in lower_32b_offset_store() local
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_shader.c | 95 unsigned comps[PAN_MAX_VARYINGS] = { 0 }; in collect_varyings() local
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_print.c | 77 unsigned comps = mir_components_for_type(T); in mir_print_swizzle() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_fs_out_to_vector.cpp | 171 unsigned comps = 0; in create_new_io_vars() local 207 unsigned location, unsigned comps) in create_new_io_var()
|
D | sfn_nir_vectorize_vs_inputs.c | 348 unsigned location, unsigned comps) in r600_create_new_io_var() 398 unsigned comps = 0; in r600_create_new_io_vars() local
|
/third_party/mesa3d/src/util/format/ |
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
|
D | u_format_fxt1.c | 1048 fxt1_quantize (uint32_t *cc, const uint8_t *lines[], int32_t comps) in fxt1_quantize() 1145 int32_t comps, const uint8_t *src, int32_t srcRowStride, in upscale_teximage2d() 1172 fxt1_encode (uint32_t width, uint32_t height, int32_t comps, in fxt1_encode() 1554 const unsigned bw = 8, bh = 4, comps = 4; in util_format_fxtn_rgb_unpack_rgba_8unorm() local 1601 const unsigned bw = 8, bh = 4, comps = 4; in util_format_fxtn_rgb_unpack_rgba_float() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 225 unsigned comps; in st_nir_assign_uniform_locations() local 491 unsigned comps; in st_glsl_to_nir_post_opts() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_io.c | 41 nir_ssa_def **comps) in replace_intrinsic_with_vec()
|