/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingMiscTests.cpp | 446 std::unique_ptr<TopLevelAccelerationStructure> resultPtr; in createTLAS() local 790 resultPtr = decltype(resultPtr)(tlPtr.release() ); in createTLAS() 791 return resultPtr; in createTLAS() 978 std::unique_ptr<TopLevelAccelerationStructure> resultPtr; in createTLAS() local 1016 resultPtr = decltype(resultPtr)(tlPtr.release() ); in createTLAS() 1017 return resultPtr; in createTLAS() 2826 VkSpecializationInfo* resultPtr = nullptr; in getSpecializationInfoPtr() local 2832 resultPtr = &m_specializationInfo; in getSpecializationInfoPtr() 2835 return resultPtr; in getSpecializationInfoPtr() 5143 const char* resultPtr = "!?"; in getVariableTypeGLSLType() local [all …]
|
D | vktRayTracingAccelerationStructuresTests.cpp | 2348 …const deUint32* resultPtr = reinterpret_cast<deUint32*>(resultBuffer->getAllocation().getHostPtr()… in iterate() local 2351 failures += (resultPtr[0 * activeTlasCount + index] != 2) + in iterate() 2352 (resultPtr[1 * activeTlasCount + index] != 3) + in iterate() 2353 (resultPtr[2 * activeTlasCount + index] != 5) + in iterate() 2354 (resultPtr[3 * activeTlasCount + index] != 7); in iterate()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | toolutil.cpp | 132 const char *resultPtr = NULL; in findDirname() local 144 resultPtr = ""; in findDirname() 147 resultPtr = path; in findDirname() 155 uprv_strncpy(buffer, resultPtr, resultLen); in findDirname()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 132 const char *resultPtr = NULL; in findDirname() local 144 resultPtr = ""; in findDirname() 147 resultPtr = path; in findDirname() 155 uprv_strncpy(buffer, resultPtr, resultLen); in findDirname()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | toolutil.cpp | 130 const char *resultPtr = NULL; in findDirname() local 142 resultPtr = ""; in findDirname() 145 resultPtr = path; in findDirname() 153 uprv_strncpy(buffer, resultPtr, resultLen); in findDirname()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | toolutil.cpp | 125 const char *resultPtr = NULL; in findDirname() local 137 resultPtr = ""; in findDirname() 140 resultPtr = path; in findDirname() 148 uprv_strncpy(buffer, resultPtr, resultLen); in findDirname()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlstring.c | 1034 xmlChar *resultPtr = NULL; in xmlEscapeFormatString() local 1062 for (msgPtr = *msg, resultPtr = result; *msgPtr != '\0'; ++msgPtr, ++resultPtr) { in xmlEscapeFormatString() 1063 *resultPtr = *msgPtr; in xmlEscapeFormatString() 1065 *(++resultPtr) = '%'; in xmlEscapeFormatString()
|
/third_party/libxml2/ |
D | xmlstring.c | 1011 xmlChar *resultPtr = NULL; in xmlEscapeFormatString() local 1041 for (msgPtr = *msg, resultPtr = result; *msgPtr != '\0'; ++msgPtr, ++resultPtr) { in xmlEscapeFormatString() 1042 *resultPtr = *msgPtr; in xmlEscapeFormatString() 1044 *(++resultPtr) = '%'; in xmlEscapeFormatString()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDescriptorSetTests.cpp | 592 const deUint32* resultPtr = static_cast<deUint32*>(bufferAllocationResult.getHostPtr()); in descriptorSetLayoutBindingOrderingTest() local 594 if (resultPtr[0] == 5 && resultPtr[1] == 5 && resultPtr[2] == 5) in descriptorSetLayoutBindingOrderingTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryWatertightnessTests.cpp | 1875 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local 1882 if (resultPtr[pos] <= 0) in verify() 1898 if (resultPtr[pos] <= 0) in verify() 1899 css << std::setw(3) << resultPtr[pos] << ","; in verify() 1932 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local 1940 if (resultPtr[pos] != expectedValue) in verify() 1956 if (resultPtr[pos] != expectedValue) in verify() 1957 css << std::setw(3) << resultPtr[pos] << ","; in verify()
|
D | vktRayQueryBuiltinTests.cpp | 1623 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local 1631 if (resultPtr[pos] != expectedPtr[pos]) in verify() 1651 if (resultPtr[pos] != expectedPtr[pos]) in verify() 1652 css << std::setw(12) << (n == 0 ? resultPtr[pos] : expectedPtr[pos]) << ","; in verify() 1676 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local 1684 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify() 1707 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify() 1736 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local 1749 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify() 1778 …const float retrievedValue = float(resultPtr[nSquares * retrievedComponentNdx + squareNdx]) / floa… in verify() [all …]
|
D | vktRayQueryAccelerationStructuresTests.cpp | 3305 …const deUint32* resultPtr = reinterpret_cast<deUint32*>(resultBuffer->getAllocation().getHostPtr()… in iterate() local 3308 failures += (resultPtr[0 * activeTlasCount + index] != 2) + in iterate() 3309 (resultPtr[1 * activeTlasCount + index] != 3) + in iterate() 3310 (resultPtr[2 * activeTlasCount + index] != 5) + in iterate() 3311 (resultPtr[3 * activeTlasCount + index] != 7); in iterate()
|