/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_fxt1.c | 100 fetch_rgb_fxt1(const uint8_t *map, int32_t rowStride, int32_t i, int32_t j, float *texel) fetch_rgb_fxt1() argument 110 fetch_rgba_fxt1(const uint8_t *map, int32_t rowStride, int32_t i, int32_t j, float *texel) fetch_rgba_fxt1() argument
|
H A D | texcompress_bptc.c | 38 fetch_bptc_rgb_float(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel, bool is_signed) fetch_bptc_rgb_float() argument 51 fetch_bptc_rgb_signed_float(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_bptc_rgb_signed_float() argument 59 fetch_bptc_rgb_unsigned_float(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_bptc_rgb_unsigned_float() argument 67 fetch_bptc_rgba_unorm_bytes(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLubyte *texel) fetch_bptc_rgba_unorm_bytes() argument 79 fetch_bptc_rgba_unorm(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_bptc_rgba_unorm() argument 94 fetch_bptc_srgb_alpha_unorm(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_bptc_srgb_alpha_unorm() argument [all...] |
H A D | texcompress_s3tc.c | 263 fetch_rgb_dxt1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_rgb_dxt1() argument 275 fetch_rgba_dxt1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_rgba_dxt1() argument 287 fetch_rgba_dxt3(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_rgba_dxt3() argument 299 fetch_rgba_dxt5(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_rgba_dxt5() argument 312 fetch_srgb_dxt1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_srgb_dxt1() argument 324 fetch_srgba_dxt1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_srgba_dxt1() argument 336 fetch_srgba_dxt3(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_srgba_dxt3() argument 348 fetch_srgba_dxt5(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_srgba_dxt5() argument [all...] |
H A D | texcompress_rgtc.c | 315 fetch_red_rgtc1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_red_rgtc1() argument 327 fetch_l_latc1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_l_latc1() argument 339 fetch_signed_red_rgtc1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_signed_red_rgtc1() argument 352 fetch_signed_l_latc1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_signed_l_latc1() argument 365 fetch_rg_rgtc2(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_rg_rgtc2() argument 382 fetch_la_latc2(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_la_latc2() argument 400 fetch_signed_rg_rgtc2(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_signed_rg_rgtc2() argument 418 fetch_signed_la_latc2(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_signed_la_latc2() argument [all...] |
H A D | texcompress_bptc_tmp.h | 447 is_anchor(int n_subsets, int partition_num, int texel) is_anchor() argument 469 count_anchors_before_texel(int n_subsets, int partition_num, int texel) count_anchors_before_texel() argument 535 fetch_rgba_unorm_from_block(const uint8_t *block, uint8_t *result, int texel) fetch_rgba_unorm_from_block() argument 728 int texel; decompress_rgba_unorm_block() local 952 fetch_rgb_float_from_block(const uint8_t *block, float *result, int texel, bool is_signed) fetch_rgb_float_from_block() argument 1095 int texel; decompress_rgb_float_block() local [all...] |
H A D | texcompress_etc.c | 1270 fetch_etc1_rgb8(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc1_rgb8() argument 1291 fetch_etc2_rgb8(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_rgb8() argument 1312 fetch_etc2_srgb8(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_srgb8() argument 1333 fetch_etc2_rgba8_eac(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_rgba8_eac() argument 1352 fetch_etc2_srgb8_alpha8_eac(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_srgb8_alpha8_eac() argument 1371 fetch_etc2_r11_eac(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_r11_eac() argument 1390 fetch_etc2_rg11_eac(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_rg11_eac() argument 1414 fetch_etc2_signed_r11_eac(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_signed_r11_eac() argument 1433 fetch_etc2_signed_rg11_eac(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_signed_rg11_eac() argument 1457 fetch_etc2_rgb8_punchthrough_alpha1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_rgb8_punchthrough_alpha1() argument 1478 fetch_etc2_srgb8_punchthrough_alpha1(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_etc2_srgb8_punchthrough_alpha1() argument [all...] |
H A D | texobj.c | 938 GLubyte texel[24]; in _mesa_get_fallback_texture() local
|
H A D | texcompress_s3tc_tmp.h | 111 fetch_2d_texel_rgb_dxt1(GLint srcRowStride, const GLubyte *pixdata, GLint i, GLint j, GLvoid *texel) fetch_2d_texel_rgb_dxt1() argument 123 fetch_2d_texel_rgba_dxt1(GLint srcRowStride, const GLubyte *pixdata, GLint i, GLint j, GLvoid *texel) fetch_2d_texel_rgba_dxt1() argument 134 fetch_2d_texel_rgba_dxt3(GLint srcRowStride, const GLubyte *pixdata, GLint i, GLint j, GLvoid *texel) fetch_2d_texel_rgba_dxt3() argument 148 fetch_2d_texel_rgba_dxt5(GLint srcRowStride, const GLubyte *pixdata, GLint i, GLint j, GLvoid *texel) fetch_2d_texel_rgba_dxt5() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
H A D | fractal.cpp | 126 auto& texel = texels[x + y * width]; in writeBMP() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor_gfx.c | 204 create_frag_shader_csc(struct ureg_program *shader, struct ureg_dst texel, in create_frag_shader_csc() argument 241 create_frag_shader_yuv(struct ureg_program *shader, struct ureg_dst texel) in create_frag_shader_yuv() argument 268 struct ureg_dst texel; create_frag_shader_video_buffer() local 291 struct ureg_dst texel, fragment; create_frag_shader_weave_rgb() local 314 struct ureg_dst texel, fragment; create_frag_shader_deint_yuv() local 350 struct ureg_dst texel; create_frag_shader_palette() local 406 struct ureg_dst texel, fragment; create_frag_shader_rgba() local 438 struct ureg_dst texel, fragment; create_frag_shader_rgb_yuv() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_linear_llvm.c | 108 LLVMValueRef texel = lp_build_pointer_get(bld->gallivm->builder, in emit_fetch_texel_linear() local
|
H A D | lp_linear_sampler.c | 209 const uint8_t *texel = (src + in fetch_bgra() local 240 const uint8_t *texel = (src + in fetch_bgrx() local 277 const uint8_t *texel = src + ct * stride + cs * 4; in fetch_bgra_clamp() local 310 const uint8_t *texel = src + ct * stride + cs * 4; in fetch_bgrx_clamp() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureBarrierTests.cpp | 341 GLuint& texel(GLuint* image, GLuint x, GLuint y) in texel() function in gl4cts::TextureBarrierBasicOutline [all...] |
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier.cc | 211 std::vector<double> GetActualValuesFromTexel(const uint8_t* texel, in GetActualValuesFromTexel() argument 283 void ScaleTexelValuesIfNeeded(std::vector<double>* texel, const Format* fmt) { in ScaleTexelValuesIfNeeded() argument 314 bool IsTexelEqualToExpected(const std::vector<double>& texel, in IsTexelEqualToExpected() argument 365 GetTexelInRGBA(const std::vector<double>& texel, const Format* fmt) GetTexelInRGBA() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_block_sizes2.cpp | 255 int texel = y * xdim + x; in initialize_decimation_table_2d() local 341 int texel = (z * ydim + y) * xdim + x; in initialize_decimation_table_3d() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_block_sizes.cpp | 284 unsigned int texel = y * x_texels + x; in init_decimation_info_2d() local 356 uint8_t texel = wb.texels_of_weight[i][j]; in init_decimation_info_2d() local 470 int texel = (z * y_texels + y) * x_texels + x; init_decimation_info_3d() local 612 unsigned int texel = wb.texels_of_weight[i][j]; init_decimation_info_3d() local 717 uint8_t texel = static_cast<uint8_t>(astc::rand(rng_state)); assign_kmeans_texels() local [all...] |
H A D | astcenc_internal.h | 814 inline vfloat4 texel(unsigned int index) const texel() function [all...] |
H A D | astcenc_compress_symbolic.cpp | 131 unsigned int texel = 0; in realign_weights_undecimated() local 492 unsigned int texel = di.weight_texels_tr[te_idx][we_idx]; realign_weights_decimated() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderImage.cpp | 1138 auto texel = Operand(this, state, instruction.texelId); in EmitImageWrite() local 1180 SIMD::Int texel[4]; in WriteImage() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_reader.cpp | 1034 const glsl_type *texel = type->field_type("texel"); in read_texture() local
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_fxt1.c | 616 int32_t texel; in fxt1_quantize_ALPHA1() local 636 int32_t texel; in fxt1_quantize_ALPHA1() local 723 int32_t texel in fxt1_quantize_HI() local 819 int32_t texel = n_vect + 1; /* transparent black */ fxt1_quantize_MIXED1() local 853 int32_t texel = n_vect + 1; /* transparent black */ fxt1_quantize_MIXED1() local 982 int32_t texel; fxt1_quantize_MIXED0() local 1015 int32_t texel; fxt1_quantize_MIXED0() local [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_meta_copy.c | 359 nir_ssa_def *texel = &tex->dest.ssa; in panvk_meta_copy_img2img_shader() local 919 nir_ssa_def *texel = panvk_meta_copy_buf2img_shader() local 1376 nir_ssa_def *texel = &tex->dest.ssa; panvk_meta_copy_img2buf_shader() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 120 LLVMValueRef *texel; member 504 apply_sampler_swizzle(struct lp_build_sample_context *bld, LLVMValueRef *texel) apply_sampler_swizzle() argument
|
H A D | lp_bld_nir.c | 2291 LLVMValueRef texel[NIR_MAX_VEC_COMPONENTS]; in visit_tex() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 935 spirv_builder_emit_image_write(struct spirv_builder *b, SpvId image, SpvId coordinate, SpvId texel, SpvId lod, SpvId sample, SpvId offset) spirv_builder_emit_image_write() argument
|