Searched refs:typedPtr (Results 1 – 8 of 8) sorted by relevance
/external/armnn/src/backends/cl/test/ |
D | ICLTensorProxyTests.cpp | 135 auto* typedPtr = reinterpret_cast<float*>(alignedPtr); variable 136 std::fill_n(typedPtr, numElements, -5.0f); 148 CHECK(typedPtr[i] == 0);
|
D | ClImportTensorHandleTests.cpp | 54 auto* typedPtr = reinterpret_cast<float*>(alignedPtr); variable 55 std::fill_n(typedPtr, numElements, -5.0f); 64 CHECK(typedPtr[i] == 0);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 101 T *typedPtr = (T *)dst; in fillRandomScalars() local 103 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 91 T *typedPtr = (T *)dst; in fillRandomScalars() local 93 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmIntegerDotProductTests.cpp | 60 T *const typedPtr = (T *)dst; in fillRandomScalars() local 62 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
D | vktSpvAsmVariablePointersTests.cpp | 84 T *const typedPtr = (T *)dst; in fillRandomScalars() local 86 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|
D | vktSpvAsmInstructionTests.cpp | 759 T *const typedPtr = (T *)dst; in fillRandomScalars() local 761 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars() 769 T *const typedPtr = (T *)dst; in fillRandomScalars() local 777 typedPtr[offset + ndx] = value; in fillRandomScalars()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 95 T *typedPtr = (T *)dst; in fillRandomScalars() local 97 typedPtr[offset + ndx] = de::randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
|