| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_image.c | 48 nir_ssa_scalar comps[NIR_MAX_VEC_COMPONENTS] = { 0 }; in lower_cube_size() local
|
| H A D | nir_lower_interpolation.c | 103 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in nir_lower_interpolation_block() local
|
| H A D | nir_lower_array_deref_of_vec.c | 36 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in build_write_masked_store() local
|
| H A D | nir_opt_combine_stores.c | 127 nir_ssa_scalar comps[NIR_MAX_VEC_COMPONENTS] = {0}; in combine_stores() local
|
| H A D | nir_format_convert.h | 95 nir_ssa_def *comps[4]; in nir_format_unpack_int() local
|
| H A D | nir_lower_io_to_vector.c | 560 nir_ssa_scalar comps[4]; in nir_lower_io_to_vector_impl() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir_attribute_workarounds.c | 59 nir_ssa_def *comps[4]; in apply_attr_wa_instr() local
|
| /third_party/mesa3d/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 62 GLuint comps = 0; in TEST_F() local
|
| /third_party/mesa3d/src/util/format/ |
| H A 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
|
| H A D | u_format_rgtc.c | 43 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local 242 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_nir_lower_io.c | 40 replace_intrinsic_with_vec(nir_builder *b, nir_intrinsic_instr *intr, nir_ssa_def **comps) replace_intrinsic_with_vec() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_rgtc.c | 48 extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr, GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) extractsrc_u() argument 62 extractsrc_s( GLbyte srcpixels[4][4], const GLfloat *srcaddr, GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps) extractsrc_s() argument
|
| H A D | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
|
| H A D | eval.c | 499 GLuint comps; in _mesa_GetnMapdvARB() local 589 GLuint comps; in _mesa_GetnMapfvARB() local 681 GLuint comps; _mesa_GetnMapivARB() local [all...] |
| H A D | formatquery.c | 1447 GLuint comps; in _mesa_GetInternalformativ() local
|
| H A D | framebuffer.c | 934 GLuint comps; in _mesa_get_color_read_type() local
|
| H A D | debug.c | 227 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, int comps, int rcomp, int gcomp, int bcomp, GLboolean invert) write_ppm() argument
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_shader.c | 96 unsigned comps[PAN_MAX_VARYINGS] = { 0 }; in collect_varyings() local
|
| /third_party/mesa3d/src/util/ |
| H A D | texcompress_rgtc_tmp.h | 32 fetch_texel_rgtc(unsigned srcRowStride, const TYPE *pixdata, unsigned i, unsigned j, TYPE *value, unsigned comps) fetch_texel_rgtc() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | jpeglsenc.c | 45 int comps; member 284 int comps; in encode_picture_ls() local [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_nir_lower_esgs_io_to_mem.c | 66 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS * 2u]; in emit_split_buffer_load() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 32 struct ir2_reg_component *comps; in src_swizzle() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_identity.c | 48 char comps[4]; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_vectorize_vs_inputs.c | 398 unsigned comps = 0; in r600_create_new_io_vars() local 346 r600_create_new_io_var(nir_shader *shader, nir_variable *vars[16][4], unsigned location, unsigned comps) r600_create_new_io_var() argument [all...] |
| H A D | sfn_nir_lower_fs_out_to_vector.cpp | 171 unsigned comps = 0; in create_new_io_vars() local 206 create_new_io_var(nir_shader *shader, unsigned location, unsigned comps) create_new_io_var() argument [all...] |