Home
last modified time | relevance | path

Searched refs:uvec3 (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec.hpp525 typedef lowp_uvec3 uvec3; typedef
529 typedef mediump_uvec3 uvec3; typedef
540 typedef highp_uvec3 uvec3; typedef
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcToBc3.comp139 void computeEndpoints(uvec3 rgbColor, out uvec3 minEndpoint, out uvec3 maxEndpoint) {
142 uvec3 avgColor = subgroupClusteredAdd(rgbColor, 16) + 8 >> 4; // +8 to round to nearest.
143 uvec3 minColor = subgroupClusteredMin(rgbColor, 16);
144 uvec3 maxColor = subgroupClusteredMax(rgbColor, 16);
211 uint packColorToRGB565(uvec3 color) {
212 uvec3 quant = uvec3(round(vec3(color) * vec3(31.0, 63.0, 31.0) / vec3(255.0)));
237 uvec3 minEndpoint, maxEndpoint;
DAstcLookupTables.glsl5 const uvec3 kWeightEncodings[] = {
13 const uvec3 kColorEncodings[] = {
DAstcDecompressor.glsl64 uvec3 weightEncoding; // Number of trits (x), quints (y) and bits (z) to encode the weights.
73 uint getEncodingSize(uint numVals, uvec3 encoding) {
301 uint decode1Weight(uvec4 weightData, uvec3 encoding, uint numWeights, uint index) {
331 uint interpolateWeights(uvec4 weightData, uvec3 encoding, uint numWeights, uint index,
430 if (all(greaterThanEqual(uvec3(result.x), result.yzw))) {
441 uvec3 getEndpointEncoding(uint availableEndpointBits, uint numEndpoints, out uint actualSize) {
446 uvec3 encoding = kColorEncodings[i];
452 return uvec3(0); // this should never happen
484 ep0 = uvec4(uvec3(l0), 255);
485 ep1 = uvec4(uvec3(l1), 255);
[all …]
DAstcNew.comp64 uvec3 weightEncoding; // Number of trits (x), quints (y) and bits (z) to encode the weights.
73 uint getEncodingSize(uint numVals, uvec3 encoding) {
301 uint decode1Weight(uvec4 weightData, uvec3 encoding, uint numWeights, uint index) {
331 uint interpolateWeights(uvec4 weightData, uvec3 encoding, uint numWeights, uint index,
430 if (all(greaterThanEqual(uvec3(result.x), result.yzw))) {
441 uvec3 getEndpointEncoding(uint availableEndpointBits, uint numEndpoints, out uint actualSize) {
446 uvec3 encoding = kColorEncodings[i];
452 return uvec3(0); // this should never happen
484 ep0 = uvec4(uvec3(l0), 255);
485 ep1 = uvec4(uvec3(l1), 255);
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dtype_aligned.hpp539 GLM_ALIGNED_TYPEDEF(uvec3, aligned_uvec3, 16);
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dpacking.inl624 uvec3 const ColorComp(floor(Color / pow(2.f, (ExpShared - 15.f - 9.f)) + 0.5f));
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mesh_shader.adoc443 out uvec3 gl_PrimitiveTriangleIndicesEXT[];
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc8202 %uvec3 = OpTypeVector %i32 3 ; declare a 3 element vector type of unsigned 32-bit
8206 %wgsize = OpSpecConstantComposite %uvec3 %x %y %z ; declare WorkgroupSize
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc8451 code:LaunchSizeNV>> to code:uvec3.