Searched defs:texel (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | texcompress_s3tc_tmp.h | 53 GLint i, GLint j, GLuint dxt_type, GLvoid *texel ) { in dxt135_decode_imageblock() 108 GLint i, GLint j, GLvoid *texel) in fetch_2d_texel_rgb_dxt1() 120 GLint i, GLint j, GLvoid *texel) in fetch_2d_texel_rgba_dxt1() 131 GLint i, GLint j, GLvoid *texel) { in fetch_2d_texel_rgba_dxt3() 145 GLint i, GLint j, GLvoid *texel) { in fetch_2d_texel_rgba_dxt5()
|
D | texcompress_bptc_tmp.h | 450 int texel) in is_anchor() 472 int texel) in count_anchors_before_texel() 538 int texel) in fetch_rgba_unorm_from_block() 728 int texel; in decompress_rgba_unorm_block() local 953 int texel, in fetch_rgb_float_from_block() 1093 int texel; in decompress_rgb_float_block() local 1222 int texel; in decompress_rgb_fp16_block() local
|
D | u_format_fxt1.c | 617 int32_t texel; in fxt1_quantize_ALPHA1() local 637 int32_t texel; in fxt1_quantize_ALPHA1() local 724 int32_t texel = n_vect + 1; /* transparent black */ in fxt1_quantize_HI() local 820 int32_t texel = n_vect + 1; /* transparent black */ in fxt1_quantize_MIXED1() local 854 int32_t texel = n_vect + 1; /* transparent black */ in fxt1_quantize_MIXED1() local 983 int32_t texel; in fxt1_quantize_MIXED0() local 1016 int32_t texel; in fxt1_quantize_MIXED0() local
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
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 483 int texel = (z * y_texels + y) * x_texels + x; in init_decimation_info_3d() local 625 unsigned int texel = wb.texels_of_weight[i][j]; in init_decimation_info_3d() local 743 uint8_t texel = static_cast<uint8_t>(astc::rand(rng_state)); in assign_kmeans_texels() local
|
D | astcenc_compress_symbolic.cpp | 127 for (unsigned int texel = 0; texel < bsd.texel_count; texel++) in realign_weights_undecimated() local 282 unsigned int texel = di.weight_texel[te_idx][we_idx]; in realign_weights_decimated() local
|
D | astcenc_ideal_endpoints_and_weights.cpp | 897 vint texel(di.weight_texel[j] + i); in compute_ideal_weights_for_decimation() local 955 vint texel(di.weight_texel[j] + i); in compute_ideal_weights_for_decimation() local
|
D | astcenc_internal.h | 782 inline vfloat4 texel(unsigned int index) const in texel() function
|