Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp93 T* typedPtr = (T*)dst; in fillRandomScalars() local
95 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp97 T* typedPtr = (T*)dst; in fillRandomScalars() local
99 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp101 T* typedPtr = (T*)dst; in fillRandomScalars() local
103 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp92 T* const typedPtr = (T*)dst; in fillRandomScalars() local
94 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()