| /third_party/mesa3d/src/mesa/main/ |
| 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
|
| H A D | formats.c | 891 _mesa_uncompressed_format_to_type_and_comps(mesa_format format, GLenum *datatype, GLuint *comps) _mesa_uncompressed_format_to_type_and_comps() argument [all...] |
| H A 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, GLenu argument [all...] |
| H A 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 in etc2_unpack_srgb8_alpha8() local 864 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; etc2_unpack_r11() local 901 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; etc2_unpack_rg11() local 951 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; etc2_unpack_signed_r11() local 989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; etc2_unpack_signed_rg11() local 1036 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; etc2_unpack_rgb8_punchthrough_alpha1() local 1073 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; etc2_unpack_srgb8_punchthrough_alpha1() local [all...] |
| H A D | mipmap.c | 73 bytes_per_pixel(GLenum datatype, GLuint comps) in bytes_per_pixel() argument 176 do_row(GLenum datatype, GLuint comps, GLint srcWidth, in do_row() argument 809 do_row_3D(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, const GLvoid *srcRowC, const GLvoid *srcRowD, GLint dstWidth, GLvoid *dstRow) do_row_3D() argument 1442 make_1d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, const GLubyte *srcPtr, GLint dstWidth, GLubyte *dstPtr) make_1d_mipmap() argument 1472 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, const GLubyte *srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLubyte *dstPtr, GLint dstRowStride) make_2d_mipmap() argument 1564 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) make_3d_mipmap() argument 1725 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) _mesa_generate_mipmap_level() argument 1959 GLuint comps; generate_mipmap_uncompressed() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir_lower_storage_image.c | 666 nir_ssa_def *comps[4] = { NULL, NULL, NULL, NULL }; in lower_image_size_instr() local [all...] |
| H A D | brw_mesh.cpp | 869 const unsigned comps = nir_src_num_components(instr->src[0]); in emit_urb_direct_writes() local 957 const unsigned comps = nir_src_num_components(instr->src[0]); in emit_urb_indirect_writes() local 1022 unsigned comps = nir_dest_num_components(instr->dest); in emit_urb_direct_reads() local 1066 unsigned comps = nir_dest_num_components(instr->dest); emit_urb_indirect_reads() local [all...] |
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_s3tc.c | 129 const unsigned bw = 4, bh = 4, comps = 4; in util_format_dxtn_rgb_unpack_rgba_8unorm() local 294 const unsigned bw = 4, bh = 4, comps = 4; in util_format_dxtn_pack_rgba_8unorm() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_psnr.c | 52 char comps[4]; member [all...] |
| H A D | vf_ssim.c | 58 char comps[4]; member
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| H A D | addrelemlib.cpp | 396 Flt32ToDepthPixel( AddrDepthFormat format, const ADDR_FLT_32 comps[2], UINT_8* pPixel ) const Flt32ToDepthPixel() argument 465 Flt32ToColorPixel( AddrColorFormat format, AddrSurfaceNumber surfNum, AddrSurfaceSwap surfSwap, const ADDR_FLT_32 comps[4], UINT_8* pPixel ) const Flt32ToColorPixel() argument 1686 SetClearComps( ADDR_FLT_32 comps[4], BOOL_32 clearColor, BOOL_32 float32) SetClearComps() argument [all...] |
| H A D | addrelemlib.h | 168 UINT_32 comps; ///< Number of components member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | gl_nir_lower_packed_varyings.c | 573 unsigned comps = glsl_get_vector_elements(type); in create_store_deref() local
|
| H A D | gl_nir_link_uniforms.c | 694 unsigned comps = glsl_get_vector_elements(glsl_without_array(type)) * dmul; in add_parameter() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_tess_io.cpp | 252 int comps = nir_dest_num_components(op->dest); in replace_load_instr() local
|
| H A D | sfn_nir_lower_64bit.cpp | 1214 unsigned comps = 0; in combine_one_slot() local
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_nir.c | 265 unsigned comps = MIN2(triangle_fan_exec_param_count - i, 4); in dzn_nir_indirect_draw_shader() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_glsl_to_nir.cpp | 201 unsigned comps; in st_nir_assign_uniform_locations() local 482 unsigned comps; in st_glsl_to_nir_post_opts() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_split_vars.c | 1174 nir_component_mask_t comps = nir_intrinsic_write_mask(store); in get_non_self_referential_store_comps() local
|
| H A D | nir_opt_copy_prop_vars.c | 594 nir_ssa_scalar comps[NIR_MAX_VEC_COMPONENTS]; in load_from_ssa_entry_value() local
|
| H A D | nir_builder.h | 543 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in nir_vector_extract() local
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 637 struct vtn_ssa_value *comps[NIR_MAX_VEC_COMPONENTS]; in _handle_v_load_store() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_bufimage.c | 909 nir_ssa_def *comps[4]; in build_nir_cleari_compute_shader() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_nir_apply_pipeline_layout.c | 1277 nir_ssa_def *comps[8]; in lower_gfx7_tex_swizzle() local [all...] |
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_compiler.c | 371 nir_ssa_def *comps[4]; in clc_lower_nonnormalized_samplers() local [all...] |