Home
last modified time | relevance | path

Searched defs:comps (Results 1 – 25 of 91) sorted by relevance

1234

/external/deqp/modules/gles3/scripts/
Dgen-conversions.py77 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/
Dgen-conversions.py77 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/llvm-project/clang/test/CodeGen/
D2004-06-18-VariableLengthArrayOfStructures.c7 struct S comps[a]; in xxxx() local
/external/clang/test/CodeGen/
D2004-06-18-VariableLengthArrayOfStructures.c7 struct S comps[a]; in xxxx() local
/external/python/cpython3/Tools/scripts/
Ddutree.py25 def store(size, comps, total, d): argument
/external/python/cpython2/Tools/scripts/
Ddutree.py25 def store(size, comps, total, d): argument
/external/mesa3d/src/mesa/main/
Dtexcompress_etc.c679 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
Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
Deval.c498 GLuint comps; in _mesa_GetnMapdvARB() local
588 GLuint comps; in _mesa_GetnMapfvARB() local
680 GLuint comps; in _mesa_GetnMapivARB() local
Dtexcompress_rgtc.c49 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_u()
63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) in extractsrc_s()
/external/mesa3d/src/compiler/nir/
Dnir_lower_interpolation.c103 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in nir_lower_interpolation_block() local
Dnir_lower_array_deref_of_vec.c36 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in build_write_masked_store() local
Dnir_opt_copy_propagate.c195 const unsigned comps = deref->dest.ssa.num_components; in copy_prop_instr() local
Dnir_lower_alu_to_scalar.c273 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS] = { NULL }; in lower_alu_instr_scalar() local
Dnir_format_convert.h70 nir_ssa_def *comps[4]; in nir_format_sign_extend_ivec() local
86 nir_ssa_def *comps[4]; in nir_format_unpack_int() local
/external/mesa3d/src/intel/compiler/
Dbrw_nir_attribute_workarounds.c66 nir_ssa_def *comps[4]; in apply_attr_wa_block() local
Dbrw_nir_lower_image_load_store.c346 nir_ssa_def *comps[4]; in convert_color_for_load() local
662 nir_ssa_def *comps[4] = { NULL, NULL, NULL, NULL }; in lower_image_size_instr() local
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h101 nmv_component comps[2]; member
127 nmv_component_counts comps[2]; member
/external/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp56 GLuint comps = 0; in TEST() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp169 unsigned comps = 0; in create_new_io_vars() local
205 unsigned location, unsigned comps) in create_new_io_var()
Dsfn_nir_vectorize_vs_inputs.c348 unsigned location, unsigned comps) in r600_create_new_io_var()
398 unsigned comps = 0; in r600_create_new_io_vars() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_print.c77 unsigned comps = mir_components_for_type(T); in mir_print_swizzle() local
/external/mesa3d/src/util/format/
Du_format_etc.c30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp221 unsigned comps; in st_nir_assign_uniform_locations() local
447 unsigned comps; in st_glsl_to_nir_post_opts() local
/external/libaom/libaom/av1/common/
Dentropymv.h91 nmv_component comps[2]; member

1234