/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 901 // So the not tested one is 'unused'. It is then a minimal/simplest possible pass-through shader. in MakeShader() 1642 return tcu::TestStatus::pass("All values OK");
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 904 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 706 return tcu::TestStatus::pass("Result image matches reference"); 2003 // Create render pass
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 1049 return tcu::TestStatus::pass("Got expected array size"); in ssboUnsizedArrayLengthTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 1792 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 2065 return tcu::TestStatus::pass("Full white image ok"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 889 // Make sure VK_KHR_create_renderpass2 is supported. Due to InstanceFactory1 being used and the render pass being created in in createRenderPass() 1178 tcu::TestStatus result = tcu::TestStatus::pass(successMessage); in verifyResultImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 551 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 920 return tcu::TestStatus::pass("Pass"); in iterate() 1961 // Set up a two-subpass render pass with different shading rate attachments used in each subpass. in runTwoSubpassMode()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 709 // In general it does not make sense to pass immediates to unary operations, 1035 // This nullptr isn't important except that it makes args[] non-empty if you pass none. in abs()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 1782 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 2067 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 1400 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 905 // So the not tested one is 'unused'. It is then a minimal/simplest possible pass-through shader. in MakeShader() 1648 return tcu::TestStatus::pass("All values OK");
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 903 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 708 return tcu::TestStatus::pass("Result image matches reference"); 2005 // Create render pass
|
H A D | vktShaderRenderTextureFunctionTests.cpp | 1940 return tcu::TestStatus::pass("Pass"); in iterate() 2188 return tcu::TestStatus::pass("Pass"); in iterate() 2415 return tcu::TestStatus::pass("Pass"); in iterate() 2547 return tcu::TestStatus::pass("Pass"); in iterate() 2821 return tcu::TestStatus::pass("Pass");
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 1049 return tcu::TestStatus::pass("Got expected array size"); in ssboUnsizedArrayLengthTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 1792 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 2065 return tcu::TestStatus::pass("Full white image ok"); in iterate()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 3190 mz_uint32 total_passes = 2, pass_shift, pass, i, hist[256 * 2]; in tdefl_radix_sort_syms() local 3200 for (pass_shift = 0, pass = 0; pass < total_passes; pass++, pass_shift += 8) { in tdefl_radix_sort_syms() 3201 const mz_uint32 *pHist = &hist[pass << 8]; in tdefl_radix_sort_syms() 4501 // generated by this function pass pngcheck.
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 554 * 1) First pass for calculating the new program length: 557 * 2) 2nd pass to remap in two passes: 1st pass finds new 558 * jump offsets, 2nd pass remapping: 565 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local 890 pass++; in bpf_convert_filter() 893 if (pass > 2) in bpf_convert_filter() 1261 * pass. At this time, the user BPF is stored in fp->insns. in bpf_migrate_filter() 1270 /* 1st pass: calculate the new program length. */ in bpf_migrate_filter() 1290 /* 2nd pass in bpf_migrate_filter() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 554 * 1) First pass for calculating the new program length: 557 * 2) 2nd pass to remap in two passes: 1st pass finds new 558 * jump offsets, 2nd pass remapping: 565 int new_flen = 0, pass = 0, target, i, stack_off; in bpf_convert_filter() local 890 pass++; in bpf_convert_filter() 893 if (pass > 2) in bpf_convert_filter() 1260 * pass. At this time, the user BPF is stored in fp->insns. in bpf_migrate_filter() 1269 /* 1st pass: calculate the new program length. */ in bpf_migrate_filter() 1289 /* 2nd pass in bpf_migrate_filter() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1579 %macro IDCT32_1D 2-3 8 * mmsize; pass[1/2], src, src_stride
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 1905 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,
|