Home
last modified time | relevance | path

Searched refs:texel_index (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp1612 size_t texel_index = texel_y * info.block_x + texel_x;
1617 partition = info.partition_assignment[texel_index] + 1;
1715 size_t texel_index = texel_y * info.block_x + texel_x;
1720 uint8_t partition = info.partition_assignment[texel_index];
1744 size_t texel_index = texel_y * info.block_x + texel_x;
1749 uint8_t partition = info.partition_assignment[texel_index];
1796 size_t texel_index = texel_y * info.block_x + texel_x;
1801 uint8_t partition = info.partition_assignment[texel_index];
1850 size_t texel_index = texel_y * info.block_x + texel_x;
1855 uint8_t partition = info.partition_assignment[texel_index];
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1041 int chan, texel_index; in lp_build_sample_image_linear() local
1189 for (texel_index = 0; texel_index < 4; texel_index++) { in lp_build_sample_image_linear()
1190 xs[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "xs"); in lp_build_sample_image_linear()
1191 ys[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "ys"); in lp_build_sample_image_linear()
1192 zs[texel_index] = lp_build_alloca(bld->gallivm, ivec_bld->vec_type, "zs"); in lp_build_sample_image_linear()

Completed in 9 milliseconds