Home
last modified time | relevance | path

Searched defs:comps (Results 1 - 25 of 65) sorted by relevance

123

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_image.c48 nir_ssa_scalar comps[NIR_MAX_VEC_COMPONENTS] = { 0 }; in lower_cube_size() local
H A Dnir_lower_interpolation.c103 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in nir_lower_interpolation_block() local
H A Dnir_lower_array_deref_of_vec.c36 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in build_write_masked_store() local
H A Dnir_opt_combine_stores.c127 nir_ssa_scalar comps[NIR_MAX_VEC_COMPONENTS] = {0}; in combine_stores() local
H A Dnir_format_convert.h95 nir_ssa_def *comps[4]; in nir_format_unpack_int() local
H A Dnir_lower_io_to_vector.c560 nir_ssa_scalar comps[4]; in nir_lower_io_to_vector_impl() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c59 nir_ssa_def *comps[4]; in apply_attr_wa_instr() local
/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp62 GLuint comps = 0; in TEST_F() local
/third_party/mesa3d/src/util/format/
H A Du_format_etc.c30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
H A Du_format_rgtc.c43 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 Dvc4_nir_lower_io.c40 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 Dtexcompress_rgtc.c48 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 Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
H A Deval.c499 GLuint comps; in _mesa_GetnMapdvARB() local
589 GLuint comps; in _mesa_GetnMapfvARB() local
681 GLuint comps; _mesa_GetnMapivARB() local
[all...]
H A Dformatquery.c1447 GLuint comps; in _mesa_GetInternalformativ() local
H A Dframebuffer.c934 GLuint comps; in _mesa_get_color_read_type() local
H A Ddebug.c227 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 Dpan_shader.c96 unsigned comps[PAN_MAX_VARYINGS] = { 0 }; in collect_varyings() local
/third_party/mesa3d/src/util/
H A Dtexcompress_rgtc_tmp.h32 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 Djpeglsenc.c45 int comps; member
284 int comps; in encode_picture_ls() local
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_esgs_io_to_mem.c66 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 Dir2_assemble.c32 struct ir2_reg_component *comps; in src_swizzle() local
/third_party/ffmpeg/libavfilter/
H A Dvf_identity.c48 char comps[4]; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c398 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 Dsfn_nir_lower_fs_out_to_vector.cpp171 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...]

Completed in 19 milliseconds

123