Home
last modified time | relevance | path

Searched refs:pass (Results 2001 - 2025 of 2120) sorted by relevance

1...<<8182838485

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp901 // 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 DvktDeviceObjectReservationTests.cpp904 return tcu::TestStatus::pass("Pass"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp706 return tcu::TestStatus::pass("Result image matches reference");
2003 // Create render pass
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp1049 return tcu::TestStatus::pass("Got expected array size"); in ssboUnsizedArrayLengthTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp1792 return tcu::TestStatus::pass("Pass"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp2065 return tcu::TestStatus::pass("Full white image ok"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp889 // 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 DvktBindingDescriptorUpdateASTests.cpp551 return tcu::TestStatus::pass("Pass"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp920 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 DSkVM.h709 // 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 Dssl.h1782 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 DvktRayQueryWatertightnessTests.cpp2067 return tcu::TestStatus::pass("Pass"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp1400 return tcu::TestStatus::pass("Pass"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp905 // 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 DvktDeviceObjectReservationTests.cpp903 return tcu::TestStatus::pass("Pass"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp708 return tcu::TestStatus::pass("Result image matches reference");
2005 // Create render pass
H A DvktShaderRenderTextureFunctionTests.cpp1940 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 DvktSSBOLayoutTests.cpp1049 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 DvktTransformFeedbackFuzzLayoutCase.cpp1792 return tcu::TestStatus::pass("Pass"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp2065 return tcu::TestStatus::pass("Full white image ok"); in iterate()
/third_party/astc-encoder/Source/
H A Dtinyexr.h3190 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 Dfilter.c554 * 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 Dfilter.c554 * 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 Dvp9itxfm_16bpp.asm1579 %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 Dssl.h1905 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,

Completed in 116 milliseconds

1...<<8182838485