Home
last modified time | relevance | path

Searched refs:compMax (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcomponent_wise.hpp60 GLM_FUNC_DECL typename genType::value_type compMax(genType const & v);
Dcomponent_wise.inl121 GLM_FUNC_QUALIFIER T compMax(vecType<T, P> const & v) function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifier.cpp209 float compMax = cornerTexels[0][compNdx]; in fetchTexel() local
216 compMax = de::max(comp, compMax); in fetchTexel()
220 resultMax[compNdx] = compMax; in fetchTexel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp209 float compMax = cornerTexels[0][compNdx]; in fetchTexel() local
216 compMax = de::max(comp, compMax); in fetchTexel()
220 resultMax[compNdx] = compMax; in fetchTexel()