Home
last modified time | relevance | path

Searched refs:resultPtr (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp447 std::unique_ptr<TopLevelAccelerationStructure> resultPtr; variable
791 resultPtr = decltype(resultPtr)(tlPtr.release() );
792 return resultPtr;
979 std::unique_ptr<TopLevelAccelerationStructure> resultPtr; variable
1017 resultPtr = decltype(resultPtr)(tlPtr.release() );
1018 return resultPtr;
2827 VkSpecializationInfo* resultPtr = nullptr; variable
2833 resultPtr
5148 const char* resultPtr = "!?"; getVariableTypeGLSLType() local
7123 VkSpecializationInfo* resultPtr = nullptr; global() variable
[all...]
H A DvktRayTracingAccelerationStructuresTests.cpp2683 const deUint32* resultPtr = reinterpret_cast<deUint32*>(resultBuffer->getAllocation().getHostPtr()); in iterate() local
2686 failures += (resultPtr[0 * activeTlasCount + index] != 2) + in iterate()
2687 (resultPtr[1 * activeTlasCount + index] != 3) + in iterate()
2688 (resultPtr[2 * activeTlasCount + index] != 5) + in iterate()
2689 (resultPtr[3 * activeTlasCount + index] != 7); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp446 std::unique_ptr<TopLevelAccelerationStructure> resultPtr; variable
790 resultPtr = decltype(resultPtr)(tlPtr.release() );
791 return resultPtr;
978 std::unique_ptr<TopLevelAccelerationStructure> resultPtr; variable
1016 resultPtr = decltype(resultPtr)(tlPtr.release() );
1017 return resultPtr;
2826 VkSpecializationInfo* resultPtr = nullptr; variable
2832 resultPtr
5143 const char* resultPtr = "!?"; getVariableTypeGLSLType() local
7118 VkSpecializationInfo* resultPtr = nullptr; global() variable
[all...]
H A DvktRayTracingAccelerationStructuresTests.cpp2450 const deUint32* resultPtr = reinterpret_cast<deUint32*>(resultBuffer->getAllocation().getHostPtr()); in iterate() local
2453 failures += (resultPtr[0 * activeTlasCount + index] != 2) + in iterate()
2454 (resultPtr[1 * activeTlasCount + index] != 3) + in iterate()
2455 (resultPtr[2 * activeTlasCount + index] != 5) + in iterate()
2456 (resultPtr[3 * activeTlasCount + index] != 7); in iterate()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dtoolutil.cpp125 const char *resultPtr = nullptr; in findDirname() local
137 resultPtr = ""; in findDirname()
140 resultPtr = path; in findDirname()
148 uprv_strncpy(buffer, resultPtr, resultLen); in findDirname()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp125 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/skia/third_party/externals/icu/source/tools/toolutil/
H A Dtoolutil.cpp132 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/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorSetTests.cpp587 const deUint32* resultPtr = static_cast<deUint32*>(bufferAllocationResult.getHostPtr()); in descriptorSetLayoutBindingOrderingTest() local
589 if (resultPtr[0] == 5 && resultPtr[1] == 5 && resultPtr[2] == 5) in descriptorSetLayoutBindingOrderingTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorSetTests.cpp587 const deUint32* resultPtr = static_cast<deUint32*>(bufferAllocationResult.getHostPtr()); in descriptorSetLayoutBindingOrderingTest() local
589 if (resultPtr[0] == 5 && resultPtr[1] == 5 && resultPtr[2] == 5) in descriptorSetLayoutBindingOrderingTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp1866 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1873 if (resultPtr[pos] <= 0) in verify()
1889 if (resultPtr[pos] <= 0) in verify()
1890 css << std::setw(3) << resultPtr[pos] << ","; in verify()
1923 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1931 if (resultPtr[pos] != expectedValue) in verify()
1947 if (resultPtr[pos] != expectedValue) in verify()
1948 css << std::setw(3) << resultPtr[pos] << ","; in verify()
H A DvktRayQueryBuiltinTests.cpp1614 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1622 if (resultPtr[pos] != expectedPtr[pos]) in verify()
1642 if (resultPtr[pos] != expectedPtr[pos]) in verify()
1643 css << std::setw(12) << (n == 0 ? resultPtr[pos] : expectedPtr[pos]) << ","; in verify()
1667 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1675 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify()
1698 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify()
1727 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1740 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify()
1769 const float retrievedValue = float(resultPtr[nSquare in verify()
1849 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); verify() local
[all...]
H A DvktRayQueryAccelerationStructuresTests.cpp3361 const deUint32* resultPtr = reinterpret_cast<deUint32*>(resultBuffer->getAllocation().getHostPtr()); in iterate() local
3364 failures += (resultPtr[0 * activeTlasCount + index] != 2) + in iterate()
3365 (resultPtr[1 * activeTlasCount + index] != 3) + in iterate()
3366 (resultPtr[2 * activeTlasCount + index] != 5) + in iterate()
3367 (resultPtr[3 * activeTlasCount + index] != 7); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp1846 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1853 if (resultPtr[pos] <= 0) in verify()
1869 if (resultPtr[pos] <= 0) in verify()
1870 css << std::setw(3) << resultPtr[pos] << ","; in verify()
1903 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1911 if (resultPtr[pos] != expectedValue) in verify()
1927 if (resultPtr[pos] != expectedValue) in verify()
1928 css << std::setw(3) << resultPtr[pos] << ","; in verify()
H A DvktRayQueryBuiltinTests.cpp1594 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1602 if (resultPtr[pos] != expectedPtr[pos]) in verify()
1622 if (resultPtr[pos] != expectedPtr[pos]) in verify()
1623 css << std::setw(12) << (n == 0 ? resultPtr[pos] : expectedPtr[pos]) << ","; in verify()
1647 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1655 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify()
1678 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify()
1707 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); in verify() local
1720 const float retrievedValue = float(resultPtr[pos]) / float(FIXED_POINT_DIVISOR); in verify()
1749 const float retrievedValue = float(resultPtr[nSquare in verify()
1829 const deInt32* resultPtr = (deInt32*)resultBuffer->getAllocation().getHostPtr(); verify() local
[all...]
H A DvktRayQueryAccelerationStructuresTests.cpp3317 const deUint32* resultPtr = reinterpret_cast<deUint32*>(resultBuffer->getAllocation().getHostPtr()); in iterate() local
3320 failures += (resultPtr[0 * activeTlasCount + index] != 2) + in iterate()
3321 (resultPtr[1 * activeTlasCount + index] != 3) + in iterate()
3322 (resultPtr[2 * activeTlasCount + index] != 5) + in iterate()
3323 (resultPtr[3 * activeTlasCount + index] != 7); in iterate()

Completed in 66 milliseconds