Home
last modified time | relevance | path

Searched refs:ivec2 (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec.hpp497 typedef lowp_ivec2 ivec2; typedef
501 typedef mediump_ivec2 ivec2; typedef
508 typedef highp_ivec2 ivec2; typedef
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_AMD_shader_fragment_mask.adoc70 uint fragMask = fragmentMaskFetchAMD(s2DMS, ivec2(2, 3));
72 fragOne += fragmentFetchAMD(s2DMS, ivec2(2, 3), 1);
DVK_NV_ray_tracing.adoc106 imageStore(image, ivec2(gl_LaunchIDNV.xy), col);
DVK_KHR_ray_tracing_pipeline.adoc357 imageStore(image, ivec2(gl_LaunchIDEXT.xy), col);
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DEacR11Snorm.comp39 imageStore(u_image1, WITH_TYPE(getPos)(ivec3(pos.xy * 4 + ivec2(x, y), pos.z)),
DEacR11Unorm.comp39 imageStore(u_image1, WITH_TYPE(getPos)(ivec3(pos.xy * 4 + ivec2(x, y), pos.z)),
DEtc2RGBA8.comp42 imageStore(u_image1, WITH_TYPE(getPos)(ivec3(pos.xy * 4 + ivec2(x, y), pos.z)),
DEacRG11Snorm.comp41 imageStore(u_image1, WITH_TYPE(getPos)(ivec3(pos.xy * 4 + ivec2(x, y), pos.z)),
DEacRG11Unorm.comp42 imageStore(u_image1, WITH_TYPE(getPos)(ivec3(pos.xy * 4 + ivec2(x, y), pos.z)),
DEtc2RGB8.comp43 imageStore(u_image1, WITH_TYPE(getPos)(ivec3(pos.xy * 4 + ivec2(x, y), pos.z)),
DCommon.comp44 ivec2 getPos1DArray(ivec3 pos) { return pos.xz; }
DAstc.comp898 WITH_TYPE(getPos)(ivec3(pos.xy * u_pushConstant.blockSize + ivec2(x, y), pos.z)),
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dtype_aligned.hpp243 GLM_ALIGNED_TYPEDEF(ivec2, aligned_ivec2, 8);