/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationUserDefinedIO.cpp | 781 // Vertex input attributes buffer: to pass tessellation levels in iterate() 959 return (isImageCompareOK ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Image comparison failed")); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrCopyTests.cpp | 769 return tcu::TestStatus::pass("Pass"); in imageCopyTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 503 return failed ? tcu::TestStatus::fail("Availability bit nonzero after resetting query or dstOffset wrong values") : tcu::TestStatus::pass("Pass"); in verifyUnavailable() 781 return tcu::TestStatus::pass("Pass"); in executeTest() 1031 return tcu::TestStatus::pass("Pass"); in checkResult() 1827 return tcu::TestStatus::pass("Pass"); in checkResult() 2420 return tcu::TestStatus::pass("Pass"); in checkResult() 2973 return tcu::TestStatus::pass("Pass"); in checkResult() 4036 return tcu::TestStatus::pass("Pass"); in checkResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 712 return tcu::TestStatus::pass("Success"); in iterate() 1982 return tcu::TestStatus::pass("Pass"); 2978 return tcu::TestStatus::pass("Pass"); 4735 return tcu::TestStatus::pass("Pass"); 5212 return tcu::TestStatus::pass("Pass"); 6508 return tcu::TestStatus::pass("Pass"); 7251 return tcu::TestStatus::pass("Pass"); 8693 return tcu::TestStatus::pass("Pass"); 9156 return tcu::TestStatus::pass("Pass");
|
H A D | vktBindingDescriptorCopyTests.cpp | 2109 // Create render pass in run() 2301 return tcu::TestStatus::pass("Pass"); in run() 2325 return tcu::TestStatus::pass("Pass"); in run()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 712 return tcu::TestStatus::pass("Success"); in iterate() 1982 return tcu::TestStatus::pass("Pass"); 2978 return tcu::TestStatus::pass("Pass"); 4739 return tcu::TestStatus::pass("Pass"); 5216 return tcu::TestStatus::pass("Pass"); 6506 return tcu::TestStatus::pass("Pass"); 7249 return tcu::TestStatus::pass("Pass"); 8693 return tcu::TestStatus::pass("Pass"); 9156 return tcu::TestStatus::pass("Pass");
|
H A D | vktBindingDescriptorCopyTests.cpp | 2109 // Create render pass in run() 2301 return tcu::TestStatus::pass("Pass"); in run() 2325 return tcu::TestStatus::pass("Pass"); in run()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 85 /* Whether the set of fragments that pass the combined Z/S test is 2006 * disabled or if the subpass of the render pass the pipeline is in radv_pipeline_init_dynamic_state() 2034 * disabled or if the subpass of the render pass the pipeline is created in radv_pipeline_init_dynamic_state() 2844 /* This pass is not suitable for mesh shaders, because it can't know in radv_lower_multiview() 2890 /* Update outputs_written to reflect that the pass added a new output. */ in radv_lower_multiview() 2924 /* Update outputs_written to reflect that the pass added a new output. */ in radv_export_implicit_primitive_id() 4694 /* Determine if shaders uses NGG before linking because it's needed for some NIR pass. */ in radv_create_shaders() 6535 * the pixel is contained should pass the cliprect in radv_pipeline_emit_cliprect_rule() 7091 RADV_FROM_HANDLE(radv_render_pass, pass, pCreateInfo->renderPass); in radv_graphics_pipeline_create() 7092 struct radv_subpass *subpass = pass in radv_graphics_pipeline_create() [all...] |
H A D | radv_device.c | 800 /* The gpu id is already embedded in the uuid so we just pass "radv" in radv_physical_device_try_create() 4694 radv_create_perf_counter_lock_cs(struct radv_device *device, unsigned pass, bool unlock) in radv_create_perf_counter_lock_cs() argument 4696 struct radeon_cmdbuf **cs_ref = &device->perf_counter_lock_cs[pass * 2 + (unlock ? 1 : 0)]; in radv_create_perf_counter_lock_cs() 4722 uint64_t unset_va = va + (unlock ? 8 * pass : 0); in radv_create_perf_counter_lock_cs() 4723 uint64_t set_va = va + (unlock ? 0 : 8 * pass); in radv_create_perf_counter_lock_cs()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 940 return tcu::TestStatus::pass("CopiesAndBlitting test"); in checkTestResult() 1547 return tcu::TestStatus::pass("CopiesAndBlitting test"); in checkTestResult() 1932 return tcu::TestStatus::pass("Pass"); in iterate() 2017 return tcu::TestStatus::pass("CopiesAndBlitting test"); in checkResult() 2812 return tcu::TestStatus::pass("OK"); in iterate() 4126 // in one of channels this accepted error allows those casses to pass 4481 // in one of channels this accepted error allows those casses to pass 4677 return tcu::TestStatus::pass("Pass"); 5678 return tcu::TestStatus::pass("Pass"); 6197 // Create render pass [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 1483 return tcu::TestStatus::pass("Pass"); in iterate() 2874 // shaders, but the matching vertex shader will still pass here and must not pick up the invalid declaration. in getShaderSource() 3384 return tcu::TestStatus::pass("Pass"); in iterate() 4238 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 1398 return ( iterateVerifyResults(v, programResult, referenceResult) ? tcu::TestStatus::pass : tcu::TestStatus::fail)(""); in iterate() 3288 return (iterateVerifyResults(v, programResult, referenceResult) ? tcu::TestStatus::pass : tcu::TestStatus::fail)(""); in iterate() 4020 return ( iterateVerifyResults(v, programResult, referenceResult) ? tcu::TestStatus::pass : tcu::TestStatus::fail)(""); in iterate()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.cpp | 1968 // Make sure @ past post context doesn't pass limit in TestQuantifier() 4946 const UnicodeString& summary, UBool pass, in expectAux() 4948 if (pass) { in expectAux() 4945 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) expectAux() argument
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 1015 || [A2] DMV A31,A30,A9:A8 ; pass counter value to __encrypt 1029 || [A2] MV B26,KEY ; pass $key
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 1015 || [A2] DMV A31,A30,A9:A8 ; pass counter value to __encrypt 1029 || [A2] MV B26,KEY ; pass $key
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 2393 // Note: some experimental lines to pass a bare rayQuery as the first argument have been commented out. in initPrograms() 2859 return tcu::TestStatus::pass("Pass"); in iterate() 3372 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 750 return tcu::TestStatus::pass("Counters OK"); in iterate() 1366 // Create a render pass with an initial and final layout of VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL. 1469 // By using a constant-layout render pass, we can begin and end the render pass multiple times without layout transition hazards. in iterate() 1916 return tcu::TestStatus::pass("Pass"); in iterate() 2463 // Tests with an attachmentless render pass in testGenerator()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 2382 // Note: some experimental lines to pass a bare rayQuery as the first argument have been commented out. in initPrograms() 2815 return tcu::TestStatus::pass("Pass"); in iterate() 3328 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 848 return tcu::TestStatus::pass("CopiesAndBlitting test"); in checkTestResult() 1327 return tcu::TestStatus::pass("CopiesAndBlitting test"); in checkTestResult() 1721 return tcu::TestStatus::pass("Pass"); in iterate() 1806 return tcu::TestStatus::pass("CopiesAndBlitting test"); in checkResult() 3682 // in one of channels this accepted error allows those casses to pass in checkCompressedNonNearestFilteredResult() 4037 // in one of channels this accepted error allows those casses to pass in checkCompressedNearestFilteredResult() 4233 return tcu::TestStatus::pass("Pass"); in checkTestResult() 5230 return tcu::TestStatus::pass("Pass"); in checkTestResult() 5910 // Create render pass. in ResolveImageToImage() 6384 return tcu::TestStatus::pass("CopiesAndBlittin in checkTestResult() [all...] |
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 805 ArrayList pass = new ArrayList(); in TestSurrogateBehavior() 874 pass.add(converter); in TestSurrogateBehavior() 885 log("The few that passed: "); for (int i=0; i<pass.size(); i++) log(pass.get(i) + ", "); logln(""); in TestSurrogateBehavior()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 674 static const char pass[] = "testpass"; in get_password_cb() local 679 memcpy(buf, pass, sizeof(pass) - 1); in get_password_cb() 680 return sizeof(pass) - 1; in get_password_cb() 9391 /* removing a single algorithm from the list makes the test pass */ in test_pluggable_group()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 412 // The color buffer will be cleared to transparent black when beginning the render pass, and in some special cases some or all in initPrograms() 570 // Creates a render pass with multiple subpasses, one per layer. 919 // Render pass and Framebuffer (note layers is always 1 as required by the spec). in iterate() 1317 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateRSTests.cpp | 1195 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageAtomicOperationTests.cpp | 1195 return tcu::TestStatus::pass("Comparison succeeded"); in iterate()
|
H A D | vktImageDepthStencilDescriptorTests.cpp | 816 // Render pass. in iterate() 1080 // Render pass. in iterate() 1097 // If there will be no more draws, the first one needs to pass and use the right color. in iterate() 1106 // The second draw, if used, always needs to pass and use the right color. in iterate() 1264 return tcu::TestStatus::pass("Pass"); in iterate()
|