Home
last modified time | relevance | path

Searched defs:res (Results 2076 - 2100 of 3272) sorted by relevance

1...<<81828384858687888990>>...131

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp955 vk::VkResult res = instHelper.vki.getPhysicalDeviceSurfacePresentModes2EXT(physicalDevices[deviceNdx], &surfaceInfo, &numModes, &modes[0]); in querySurfacePresentModes2Test() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp895 const deUint8 res = ((const deUint8*)result.getPlanePtr(planeNdx))[byteNdx]; in imageCopyTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp585 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp606 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() local
H A DvktDrawExplicitVertexParameterTests.cpp615 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp767 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp822 ivec4 res[7] = { ivec4(256, 64, 0, 0), ivec4(8, 8, 4, 0), ivec4(16, 16, 0, 0), ivec4(2, 2, 2, 0), in Run() local
889 ivec4 res[7] = { ivec4(8, 0, 0, 0), ivec4(7, 7, 0, 0), ivec4(17, 19, 0, 0), ivec4(64, 32, 5, 0), ivec4(0), in Run() local
1075 ivec4 res[7] = { ivec4(1, 1, 0, 0), ivec4(2, 2, 1, 0), ivec4(2, 2, 0, 0), ivec4(2, 2, 3, 0), in Run() local
1143 ivec4 res[7] = { ivec4(3, 0, 0, 0), ivec4(7, 15, 0, 0), ivec4(7, 9, 0, 0), ivec4(64, 32, 5, 0), in Run() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp616 ivec4 res[4] = { ivec4(256, 64, 0, 0), ivec4(8, 8, 4, 0), ivec4(16, 16, 0, 0), ivec4(31, 9, 12, 0) }; in Run() local
674 ivec4 res[4] = { ivec4(1, 1, 0, 0), ivec4(2, 2, 1, 0), ivec4(2, 2, 0, 0), ivec4(6, 3, 4, 0) }; in Run() local
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp248 string res = string("config-") + apiName + "-" + configName + "-cfg-" + de::toString(iterId) + "-run-" + in getLogFileName() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp524 ostringstream res; in genVertexShader() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp46 int res = std::system(nullptr); in CheckExecuteCommand() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp246 const int res = 2; in depthStencilReadbackCase() local
476 const int res = 2; in TEST_P() local
[all...]
/third_party/skia/src/core/
H A DSkPathPriv.h489 auto res = closeline(); in next() local
/third_party/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c381 int res = 0; in dh_validate_public() local
/third_party/openssl/crypto/x509/
H A Dv3_purp.c358 int res = setup_dp(x, sk_DIST_POINT_value(x->crldp, i)); in setup_crldp() local
405 int res; in ossl_x509v3_cache_extensions() local
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c496 int res = 1; in drbg_ctr_init_lengths() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp46 int res = std::system(nullptr); in CheckExecuteCommand() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_neon.c172 const uint8x8_t res = vqmovun_s16(vaddw_s8(avg_16, diff_avg)); in ClampedAddSubtractHalf_NEON() local
213 const uint8x16_t res = vaddq_u8(src, black); in PredictorAdd0_NEON() local
236 const uint8x16_t res = vaddq_u8(sum1, prev); in PredictorAdd1_NEON() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunum.cpp271 UnicodeString res; unum_formatDoubleForFields() local
366 parseRes(Formattable& res, const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) parseRes() argument
401 Formattable res; unum_parse() local
413 Formattable res; unum_parseInt64() local
425 Formattable res; unum_parseDouble() local
446 Formattable res; unum_parseDecimal() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkgitems.cpp223 checkAlias(const char *itemName, Resource res, const UChar *alias, int32_t length, UBool useResSuffix, CheckDependency check, void *context, UErrorCode *pErrorCode) checkAlias() argument
281 ures_enumDependencies(const char *itemName, const ResourceData *pResData, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) ures_enumDependencies() argument
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx12.cpp148 static inline void SafeRelease(T*& res) in SafeRelease() argument
H A Dimgui_impl_wgpu.cpp186 static void SafeRelease(ImDrawIdx*& res) in SafeRelease() argument
192 static void SafeRelease(ImDrawVert*& res) in SafeRelease() argument
198 static void SafeRelease(WGPUBindGroupLayout& res) in SafeRelease() argument
204 SafeRelease(WGPUBindGroup& res) SafeRelease() argument
210 SafeRelease(WGPUBuffer& res) SafeRelease() argument
216 SafeRelease(WGPURenderPipeline& res) SafeRelease() argument
222 SafeRelease(WGPUSampler& res) SafeRelease() argument
228 SafeRelease(WGPUShaderModule& res) SafeRelease() argument
234 SafeRelease(WGPUTextureView& res) SafeRelease() argument
240 SafeRelease(WGPUTexture& res) SafeRelease() argument
247 SafeRelease(RenderResources& res) SafeRelease() argument
258 SafeRelease(FrameResources& res) SafeRelease() argument
[all...]
/third_party/openssl/test/
H A Ddestest.c718 int res = 0; in test_des_key_wrap() local
845 int res = 0; in test_des_two_key() local
H A Dcmp_protect_test.c78 int res = TEST_ptr_null(protection); in execute_calc_protection_fails_test() local
88 int res = TEST_ptr(protection) in execute_calc_protection_pbmac_test() local
108 int res; in verify_signature() local
466 int res = 0; in execute_X509_STORE_test() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c708 ResFileRefNum res; in FT_New_Face_From_LWFN() local
583 read_lwfn( FT_Memory memory, ResFileRefNum res, FT_Byte** pfb_data, FT_ULong* size ) read_lwfn() argument
877 ResFileRefNum res; FT_EXPORT_DEF() local
[all...]

Completed in 32 milliseconds

1...<<81828384858687888990>>...131