Home
last modified time | relevance | path

Searched refs:bptc (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dvk_format_layout.csv147 VK_FORMAT_BC6H_UFLOAT_BLOCK , bptc, 4, 4, x128, , , , xyz1, rgb
148 VK_FORMAT_BC6H_SFLOAT_BLOCK , bptc, 4, 4, x128, , , , xyz1, rgb
149 VK_FORMAT_BC7_UNORM_BLOCK , bptc, 4, 4, x128, , , , xyzw, rgb
150 VK_FORMAT_BC7_SRGB_BLOCK , bptc, 4, 4, x128, , , , xyzw, srgb
/external/mesa3d/src/intel/isl/
Disl_format_layout.csv255 …6H_SF16 , 128, 4, 4, 1, sf16, sf16, sf16, , , , , linear, bptc
256 …7_UNORM , 128, 4, 4, 1, un8, un8, un8, un8, , , , linear, bptc
257 …7_UNORM_SRGB , 128, 4, 4, 1, un8, un8, un8, un8, , , , srgb, bptc
258 …6H_UF16 , 128, 4, 4, 1, uf16, uf16, uf16, , , , , linear, bptc
/external/mesa3d/src/mesa/main/
Dformats.csv318 MESA_FORMAT_BPTC_RGBA_UNORM , bptc , 4, 4, 1, x128, , , , xyzw, rgb
319 MESA_FORMAT_BPTC_SRGB_ALPHA_UNORM , bptc , 4, 4, 1, x128, , , , xyzw, srgb
320 MESA_FORMAT_BPTC_RGB_SIGNED_FLOAT , bptc , 4, 4, 1, x128, , , , xyz1, rgb
321 MESA_FORMAT_BPTC_RGB_UNSIGNED_FLOAT , bptc , 4, 4, 1, x128, , , , xyz1, rgb
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.csv191 PIPE_FORMAT_BPTC_RGBA_UNORM , bptc, 4, 4, x128, , , , xyzw, rgb
192 PIPE_FORMAT_BPTC_SRGBA , bptc, 4, 4, x128, , , , xyzw, srgb
193 PIPE_FORMAT_BPTC_RGB_FLOAT , bptc, 4, 4, x128, , , , xyz1, rgb
194 PIPE_FORMAT_BPTC_RGB_UFLOAT , bptc, 4, 4, x128, , , , xyz1, rgb
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.csv203 PIPE_FORMAT_BPTC_RGBA_UNORM , bptc, 4, 4, x128, , , , xyzw, rgb
204 PIPE_FORMAT_BPTC_SRGBA , bptc, 4, 4, x128, , , , xyzw, srgb
205 PIPE_FORMAT_BPTC_RGB_FLOAT , bptc, 4, 4, x128, , , , xyz1, rgb
206 PIPE_FORMAT_BPTC_RGB_UFLOAT , bptc, 4, 4, x128, , , , xyz1, rgb
/external/u-boot/drivers/net/
De1000.h1029 uint64_t bptc; member