Searched refs:unquantize (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuCompressedTexture.cpp | 1419 inline deInt32 unquantize (deInt32 x, int mode, bool hasSign) in unquantize() function 2172 r[i] = unquantize(r[i], mode, hasSign); in decompressBc6H() 2173 g[i] = unquantize(g[i], mode, hasSign); in decompressBc6H() 2174 b[i] = unquantize(b[i], mode, hasSign); in decompressBc6H()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 442 void unquantize() in unquantize() function 1044 e[ep].unquantize(); in decode()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_compression_bptc.txt | 609 overflow. For the unsigned float format, we unquantize a value x to unq
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_compression_bptc.txt | 610 overflow. For the unsigned float format, we unquantize a value x to unq
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 470 Find and decode stored weights adjacent to texel, unquantize and 473 Find and decode weight for texel, and unquantize 1566 First, we unquantize the actual stored weight values to the range 0..63.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_compression_astc.txt | 549 Find and decode stored weights adjacent to texel, unquantize and 552 Find and decode weight for texel, and unquantize 1677 First, we unquantize the actual stored weight values to the range 0..63.
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 481 Find and decode stored weights adjacent to texel, unquantize and 484 Find and decode weight for texel, and unquantize 1577 First, we unquantize the actual stored weight values to the range 0..63.
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_compression_astc.txt | 560 Find and decode stored weights adjacent to texel, unquantize and 563 Find and decode weight for texel, and unquantize 1688 First, we unquantize the actual stored weight values to the range 0..63.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_compression_bptc.txt | 689 overflow. For the unsigned float format, we unquantize a value x to unq
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_compression_bptc.txt | 678 overflow. For the unsigned float format, we unquantize a value x to unq
|