Searched refs:typedPtr (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 91 T* typedPtr = (T*)dst; in fillRandomScalars() local 93 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 91 T* typedPtr = (T*)dst; in fillRandomScalars() local 93 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 61 T* const typedPtr = (T*)dst; in fillRandomScalars() local 63 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
H A D | vktSpvAsmVariablePointersTests.cpp | 85 T* const typedPtr = (T*)dst; in fillRandomScalars() local 87 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
H A D | vktSpvAsmInstructionTests.cpp | 753 T* const typedPtr = (T*)dst; in fillRandomScalars() local 755 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars() 762 T* const typedPtr = (T*)dst; in fillRandomScalars() local 770 typedPtr[offset + ndx] = value; in fillRandomScalars()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 80 T* typedPtr = (T*)dst; in fillRandomScalars() local 82 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 61 T* const typedPtr = (T*)dst; in fillRandomScalars() local 63 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
H A D | vktSpvAsmVariablePointersTests.cpp | 85 T* const typedPtr = (T*)dst; in fillRandomScalars() local 87 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
H A D | vktSpvAsmInstructionTests.cpp | 752 T* const typedPtr = (T*)dst; in fillRandomScalars() local 754 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars() 761 T* const typedPtr = (T*)dst; in fillRandomScalars() local 769 typedPtr[offset + ndx] = value; in fillRandomScalars()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 84 T* typedPtr = (T*)dst; in fillRandomScalars() local 86 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
Completed in 68 milliseconds