Home
last modified time | relevance | path

Searched refs:countMask (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp1072 const deUint32 countMask = getLowBitMask(integerLength); in compare() local
1078 const int minRef = dePop32(value&countMask); in compare()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp924 const deUint32 countMask = getLowBitMask(integerLength); in compare() local
930 const int minRef = dePop32(value&countMask); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp1072 const deUint32 countMask = getLowBitMask(integerLength); in compare() local
1078 const int minRef = dePop32(value&countMask); in compare()

Completed in 8 milliseconds