Home
last modified time | relevance | path

Searched defs:resultValues (Results 1 – 25 of 214) sorted by relevance

123456789

/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dtest_iterations.cpp344 int validate_image_2D_depth_results(void *imageValues, void *resultValues, double formatAbsoluteErr… in validate_image_2D_depth_results()
504 int validate_image_2D_results(void *imageValues, void *resultValues, double formatAbsoluteError, fl… in validate_image_2D_results()
928 int validate_image_2D_sRGB_results(void *imageValues, void *resultValues, double formatAbsoluteErro… in validate_image_2D_sRGB_results()
1479 BufferOwningPtr<char> resultValues(malloc(resultValuesSize)); in test_read_image_2D() local
H A Dtest_write_1D.cpp296 char *resultValues = (char *)((void *)PA); in test_write_image_1D() local
H A Dtest_write_1D_array.cpp310 char *resultValues = (char *)((void *)PA); in test_write_image_1D_array() local
H A Dtest_write_image.cpp373 char *resultValues = (char *)((void *)PA); in test_write_image() local
H A Dtest_write_3D.cpp340 char *resultValues = (char *)((void *)PA); in test_write_image_3D() local
H A Dtest_write_2D_array.cpp333 char *resultValues = (char *)((void *)PA); in test_write_image_2D_array() local
H A Dtest_read_1D.cpp436 BufferOwningPtr<char> resultValues(malloc(resultValuesSize)); in test_read_image_1D() local
H A Dtest_common.cpp552 BufferOwningPtr<char> resultValues(malloc(resultValuesSize)); in test_read_image() local
H A Dtest_read_1D_array.cpp522 BufferOwningPtr<char> resultValues(malloc(resultValuesSize)); in test_read_image_1D_array() local
H A Dtest_read_2D_array.cpp541 BufferOwningPtr<char> resultValues(malloc( resultValuesSize )); in test_read_image_2D_array() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
H A Dtest_read_2D_array.cpp81 BufferOwningPtr<char> resultValues(malloc(fullImageSize)); in test_read_image_2D_array() local
H A Dtest_read_1D.cpp79 BufferOwningPtr<char> resultValues(malloc(fullImageSize)); in test_read_image_1D() local
H A Dtest_read_3D.cpp81 BufferOwningPtr<char> resultValues(malloc(fullImageSize)); in test_read_image_3D() local
H A Dtest_read_2D.cpp79 BufferOwningPtr<char> resultValues(malloc(fullImageSize)); in test_read_image_2D() local
H A Dtest_read_1D_array.cpp81 BufferOwningPtr<char> resultValues(malloc(fullImageSize)); in test_read_image_1D_array() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
H A Dtest_read_1D_buffer.cpp113 BufferOwningPtr<int> resultValues(malloc( resultValuesSize )); in test_read_image_1D_buffer() local
H A Dtest_iterations.cpp121 BufferOwningPtr<int> resultValues(malloc( resultValuesSize )); in test_read_image_2D() local
H A Dtest_read_1D_array.cpp118 BufferOwningPtr<int> resultValues(malloc( resultValuesSize )); in test_read_image_1D_array() local
H A Dtest_read_1D.cpp123 BufferOwningPtr<int> resultValues(malloc( resultValuesSize )); in test_read_image_1D() local
H A Dtest_read_3D.cpp104 BufferOwningPtr<int> resultValues(malloc( resultValuesSize )); in test_read_image_3D() local
H A Dtest_read_2D_array.cpp105 BufferOwningPtr<int> resultValues(malloc( resultValuesSize )); in test_read_image_2D_array() local
/aosp_15_r20/packages/services/Car/libs/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java317 int[] resultValues = new int[2]; in getThreadPriority() local
/aosp_15_r20/external/vogar/src/vogar/
H A DConsole.java316 private String generateSparkLine(List<ResultValue> resultValues) { in generateSparkLine()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp1901 T resultValues[NUM_INVOCATIONS_PER_PIXEL]; in areValuesCorrect() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp568 std::ostringstream resultValues; in compareAndLogBuffer() local

123456789