/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 573 * the one after it could be combined. However, it seems safer to just in TEST_F() 1585 * the one after it could be combined. However, it seems safer to just in TEST_F() 1607 * the one after it could be combined. However, it seems safer to just in TEST_F() 1847 /* Clean up to verify from where the values in combined store are coming. */ in TEST_F() 1852 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0); in TEST_F() local 1853 ASSERT_EQ(nir_intrinsic_write_mask(combined), 0xf); in TEST_F() 1854 ASSERT_EQ(nir_intrinsic_get_var(combined, 0), out); in TEST_F() 1856 nir_alu_instr *vec = nir_src_as_alu_instr(combined->src[1]); in TEST_F() 1886 /* Clean up to verify from where the values in combined store are coming. */ in TEST_F() 1891 nir_intrinsic_instr *combined in TEST_F() local 1957 nir_intrinsic_instr *combined = get_intrinsic(nir_intrinsic_store_deref, 0); TEST_F() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 303 // combined has all the fields of both Request and Response. 305 type combined struct { type 331 // read a combined message 332 msg := &combined{}
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 303 // combined has all the fields of both Request and Response. 305 type combined struct { type 331 // read a combined message 332 msg := &combined{}
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectSpread.js | 14 let combined: { a: number, b: string, c: boolean } = 165 var combined = __assign(__assign({}, o), o2);
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 303 // combined has all the fields of both Request and Response. 305 type combined struct { type 331 // read a combined message 332 msg := &combined{}
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 1134 std::string combined; in initPrograms() local 1142 combined = in initPrograms() 1155 combined = in initPrograms() 1170 combined = in initPrograms() 1179 combined = in initPrograms() 1190 << combined in initPrograms() local
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.h | 332 SourcePosition combined{start.pos.source, start.pos.start, end.pos.end}; in GetMatchedInput() 334 return {start.begin, end.end, combined}; in GetMatchedInput()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTreeTest.java | 502 // Recombining all 10^N ranges should give a single combined block (i.e. "xx..."). Doing it in testThreadSafety() 504 RangeTree combined = new ForkJoinPool(numThreads) in testThreadSafety() 507 assertThat(combined).isEqualTo(ranges("x".repeat(numDigits))); in testThreadSafety()
|
/third_party/glslang/glslang/Include/ |
H A D | Types.h | 85 bool image : 1; // image, combined should be false 86 bool combined : 1; // true means texture is combined with a sampler, false means texture with no sampler member 114 bool isCombined() const { return combined; } in isCombined() 124 void setCombined(bool c) { combined = c; } in setCombined() 138 combined = false; in clear() 150 // make a combined sampler and texture 159 combined = true; in set() 185 // make a pure sampler, no texture, no image, nothing combined, the 'sampler' keyword
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | localematchertest.cpp | 636 Locale combined = result.makeResolvedLocale(errorCode); in dataDriven() local 637 ok &= assertEquals("combined Locale from Locales", in dataDriven() 638 locString(expCombined), locString(&combined)); in dataDriven()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderControlFlow.cpp | 213 auto combined = it->second | mask; in addActiveLaneMaskEdge() local 215 edgeActiveLaneMasks.emplace(edge, combined); in addActiveLaneMaskEdge()
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 866 var combined = CanvasKit.Matrix.multiply( 870 this._currentPath.transform(combined);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 870 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV)); in generateWaitcntInstBefore() 1063 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV)); in generateWaitcntInstBefore() 1130 OldWait = OldWait.combined(IWait); in generateWaitcntInstBefore() 1132 Wait = Wait.combined(IWait); in generateWaitcntInstBefore()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 6251 statement("// Y'CbCr conversion info, used to pass combined image-samplers"); in emit_custom_functions() 7996 auto *combined = maybe_get<SPIRCombinedImageSampler>(image_id); in emit_instruction() local 7997 auto image_expr = combined ? to_expression(combined->image) : to_expression(image_id); in emit_instruction() 8035 auto *combined = maybe_get<SPIRCombinedImageSampler>(ops[2]); in emit_instruction() local 8037 if (combined) in emit_instruction() 8039 auto &e = emit_op(result_type, id, to_expression(combined->image), true, true); in emit_instruction() 8040 auto *var = maybe_get_backing_variable(combined->image); in emit_instruction() 9295 auto *combined = maybe_get<SPIRCombinedImageSampler>(img); 9405 fname = to_expression(combined [all...] |
H A D | spirv_glsl.cpp | 3484 // If we're remapping separate samplers and images, only emit the combined samplers. 4640 // GLSL does not use this type because OpSampledImage immediately creates a combined image sampler 6393 // We'll need to use the same array index into the combined image sampler array. 6425 auto &combined = current_function->combined_parameters; 6426 auto itr = find_if(begin(combined), end(combined), [=](const SPIRFunction::CombinedImageSamplerParameter &p) { 6431 if (itr != end(combined)) 6435 SPIRV_CROSS_THROW("Cannot find mapping for combined sampler parameter, was " 6444 auto itr = find_if(begin(mapping), end(mapping), [image_id, samp_id](const CombinedImageSampler &combined) { 6445 return combined [all...] |
H A D | spirv_cross.cpp | 2423 // Alternatively, we need to provide combined image samplers to our callees, in end_function_scope() 2661 // One potential way is to create a combinatorial explosion where N textures and M samplers are combined into N * M sampler2Ds, in handle() 2720 // that their callees know which combined image samplers to propagate down the call stack. in handle() 2752 [image_id, sampler_id](const CombinedImageSampler &combined) { in handle() 2753 return combined.image_id == image_id && combined.sampler_id == sampler_id; in handle() 4201 // Forward information from separate images and samplers into combined image samplers. in analyze_image_and_sampler_usage() 4202 for (auto &combined : combined_image_samplers) in analyze_image_and_sampler_usage() 4203 if (comparison_ids.count(combined.sampler_id)) in analyze_image_and_sampler_usage() 4204 comparison_ids.insert(combined in analyze_image_and_sampler_usage() [all...] |
H A D | spirv_cross_c.cpp | 2255 auto combined = compiler->compiler->get_combined_image_samplers(); in spvc_compiler_get_combined_image_samplers() local 2257 translated.reserve(combined.size()); in spvc_compiler_get_combined_image_samplers() 2258 for (auto &c : combined) in spvc_compiler_get_combined_image_samplers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 386 Waitcnt combined(const Waitcnt &Other) const { in combined() function
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslGrammar.cpp | 1338 bool combined = true; in acceptTextureType() local 1341 case EHTokBuffer: dim = EsdBuffer; combined = false; break; in acceptTextureType() 1440 // Non-image Buffers are combined in acceptTextureType() 1457 if (!combined) in acceptTextureType() 1458 sampler.combined = false; in acceptTextureType()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 1072 pa_log_warn("Multiple jacks per combined device '%s': '%s' '%s'", name, jack->name, jack2->name); in ucm_add_port_combination() 1079 pa_log_warn("Multiple device types per combined device '%s': %d %d", name, type, type2); in ucm_add_port_combination()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_manager_test_ng_new.cpp | 552 std::list<RefPtr<NGGestureRecognizer>> combined; in HWTEST_F() local 553 auto exclusiveRecognizer = AceType::MakeRefPtr<ExclusiveRecognizer>(std::move(combined)); in HWTEST_F() 554 auto exclusiveRecognizer1 = AceType::MakeRefPtr<ExclusiveRecognizer>(std::move(combined)); in HWTEST_F()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 2070 base::uc32 combined = in AddTrailSurrogate() local 2072 if (NeedsDesugaringForIgnoreCase(combined)) { in AddTrailSurrogate() 2073 AddCharacterClassForDesugaring(combined); in AddTrailSurrogate()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_sse2.c | 624 const __m128i combined = _mm_unpacklo_epi64(top_values, left_values); in DC8uv_SSE2() local 625 const int DC = VP8HorizontalAdd8b(&combined) + 8; in DC8uv_SSE2()
|
/third_party/python/Lib/test/ |
H A D | test_collections.py | 150 combined = baseline.copy() 151 combined.update(adjustments) 153 self.assertEqual(list(combined.items()), list(cm.items()))
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 2701 unsigned combined; in generate_unswizzled_blend() local 2707 combined = lp_build_concat_n(gallivm, row_type, src, src_count, src, dst_count); in generate_unswizzled_blend() 2712 row_type.length *= combined; in generate_unswizzled_blend() 2713 src_count /= combined; in generate_unswizzled_blend()
|