Home
last modified time | relevance | path

Searched defs:comps (Results 26 - 50 of 66) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
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
H A Dformats.c891 _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 Dglformats.c426 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 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 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 Dmipmap.c73 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 Dbrw_nir_lower_storage_image.c666 nir_ssa_def *comps[4] = { NULL, NULL, NULL, NULL }; in lower_image_size_instr() local
[all...]
H A Dbrw_mesh.cpp869 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 Du_format_s3tc.c129 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 Dvf_psnr.c52 char comps[4]; member
[all...]
H A Dvf_ssim.c58 char comps[4]; member
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp396 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 Daddrelemlib.h168 UINT_32 comps; ///< Number of components member
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c573 unsigned comps = glsl_get_vector_elements(type); in create_store_deref() local
H A Dgl_nir_link_uniforms.c694 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 Dsfn_nir_lower_tess_io.cpp252 int comps = nir_dest_num_components(op->dest); in replace_load_instr() local
H A Dsfn_nir_lower_64bit.cpp1214 unsigned comps = 0; in combine_one_slot() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.c265 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 Dst_glsl_to_nir.cpp201 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 Dnir_split_vars.c1174 nir_component_mask_t comps = nir_intrinsic_write_mask(store); in get_non_self_referential_store_comps() local
H A Dnir_opt_copy_prop_vars.c594 nir_ssa_scalar comps[NIR_MAX_VEC_COMPONENTS]; in load_from_ssa_entry_value() local
H A Dnir_builder.h543 nir_ssa_def *comps[NIR_MAX_VEC_COMPONENTS]; in nir_vector_extract() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c637 struct vtn_ssa_value *comps[NIR_MAX_VEC_COMPONENTS]; in _handle_v_load_store() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_bufimage.c909 nir_ssa_def *comps[4]; in build_nir_cleari_compute_shader() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c1277 nir_ssa_def *comps[8]; in lower_gfx7_tex_swizzle() local
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c371 nir_ssa_def *comps[4]; in clc_lower_nonnormalized_samplers() local
[all...]

Completed in 41 milliseconds

123