/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.h | 228 const SpvId constituents[], 438 const SpvId constituents[], 443 const SpvId constituents[],
|
H A D | nir_to_spirv.c | 1180 SpvId constituents[NIR_MAX_VEC_COMPONENTS] = {0}; in get_alu_src_raw() local 1182 constituents[i] = def; in get_alu_src_raw() 1186 constituents, in get_alu_src_raw() 2423 SpvId constituents[NIR_MAX_VEC_COMPONENTS]; in emit_load_shared() local 2428 constituents[i] = spirv_builder_emit_load(&ctx->builder, uint_type, member); in emit_load_shared() 2433 result = spirv_builder_emit_composite_construct(&ctx->builder, dest_type, constituents, num_components); in emit_load_shared() 2435 result = bitcast_to_uvec(ctx, constituents[0], bit_size, num_components); in emit_load_shared() 2479 SpvId constituents[NIR_MAX_VEC_COMPONENTS * 2]; in emit_load_push_const() local 2504 /* load a single value into the constituents array */ in emit_load_push_const() 2505 constituents[ in emit_load_push_const() 3549 SpvId constituents[NIR_MAX_VEC_COMPONENTS + 1]; emit_tex() local [all...] |
H A D | spirv_builder.c | 614 const SpvId constituents[], in spirv_builder_emit_composite_construct() 627 spirv_buffer_emit_word(&b->instructions, constituents[i]); in spirv_builder_emit_composite_construct() 1544 const SpvId constituents[], in spirv_builder_const_composite() 1548 (const uint32_t *)constituents, in spirv_builder_const_composite() 1554 const SpvId constituents[], in spirv_builder_spec_const_composite() 1567 spirv_buffer_emit_word(&b->instructions, constituents[i]); in spirv_builder_spec_const_composite() 612 spirv_builder_emit_composite_construct(struct spirv_builder *b, SpvId result_type, const SpvId constituents[], size_t num_constituents) spirv_builder_emit_composite_construct() argument 1543 spirv_builder_const_composite(struct spirv_builder *b, SpvId result_type, const SpvId constituents[], size_t num_constituents) spirv_builder_const_composite() argument 1553 spirv_builder_spec_const_composite(struct spirv_builder *b, SpvId result_type, const SpvId constituents[], size_t num_constituents) spirv_builder_spec_const_composite() argument
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 3205 // They share in common the reduction operation across their constituents. in createCompositeCompare() 3208 // Compare each pair of constituents in createCompositeCompare() 3229 Id Builder::createCompositeConstruct(Id typeId, const std::vector<Id>& constituents) in createCompositeConstruct() argument 3232 getNumTypeConstituents(typeId) == (int)constituents.size())); in createCompositeConstruct() 3241 // To handle such cases, we check the constituents of the constant vector to determine whether this in createCompositeConstruct() 3243 return makeCompositeConstant(typeId, constituents, in createCompositeConstruct() 3244 std::any_of(constituents.begin(), constituents.end(), in createCompositeConstruct() 3249 for (int c = 0; c < (int)constituents.size(); ++c) in createCompositeConstruct() 3250 op->addIdOperand(constituents[ in createCompositeConstruct() [all...] |
H A D | GlslangToSpv.cpp | 238 spv::Id createCompositeConstruct(spv::Id typeId, std::vector<spv::Id> constituents); 2408 std::vector<spv::Id> constituents; in convertLoadedBoolInUniformToUint() local 2415 constituents.push_back(elementConvertedValue); in convertLoadedBoolInUniformToUint() 2417 return builder.createCompositeConstruct(boolArrayTypeId, constituents); in convertLoadedBoolInUniformToUint() 2792 spv::Id TGlslangToSpvTraverser::createCompositeConstruct(spv::Id resultTypeId, std::vector<spv::Id> constituents) in createCompositeConstruct() argument 2794 for (int c = 0; c < (int)constituents.size(); ++c) { in createCompositeConstruct() 2795 spv::Id& constituent = constituents[c]; in createCompositeConstruct() 2808 constituents[c] = createCompositeConstruct(lType, rTypeConstituents); in createCompositeConstruct() 2818 constituents[c] = createCompositeConstruct(lType, rTypeConstituents); in createCompositeConstruct() 2822 return builder.createCompositeConstruct(resultTypeId, constituents); in createCompositeConstruct() 3096 std::vector<spv::Id> constituents; visitAggregate() local [all...] |
H A D | SpvBuilder.h | 582 Id createCompositeConstruct(Id typeId, const std::vector<Id>& constituents);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.h | 991 SPVC_PUBLIC_API void spvc_constant_get_subconstants(spvc_constant constant, const spvc_constant_id **constituents, size_t *count);
|
H A D | spirv_cross_c.cpp | 2397 void spvc_constant_get_subconstants(spvc_constant constant, const spvc_constant_id **constituents, size_t *count) in spvc_constant_get_subconstants() argument 2400 *constituents = reinterpret_cast<spvc_constant_id *>(constant->subconstants.data()); in spvc_constant_get_subconstants()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 4326 spirv::IdRefList constituents; in cast() local 4357 constituents.push_back(cast(elementId, elementType, valueElementTypeSpec, in cast() 4386 constituents.push_back( in cast() 4413 // Construct the value with the expected type from its cast constituents. in cast() 4419 expectedId, constituents); in cast()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 9078 Not_all_constituents_of_type_0_are_callable: diag(2756, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_callable_2756", "Not all constituents of type '{0}' are callable."), 9082 Not_all_constituents_of_type_0_are_constructable: diag(2760, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_constructable_2760", "Not all constituents of type '{0}' are constructable."), 10127 The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents: diag(18031, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031", "The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."), 10128 The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some: diag(18032, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032", "The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."), [all...] |
H A D | tsc.js | 6215 Not_all_constituents_of_type_0_are_callable: diag(2756, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_callable_2756", "Not all constituents of type '{0}' are callable."), 6219 Not_all_constituents_of_type_0_are_constructable: diag(2760, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_constructable_2760", "Not all constituents of type '{0}' are constructable."), 7264 The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents: diag(18031, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031", "The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."), 7265 The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some: diag(18032, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032", "The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."), [all...] |
H A D | tsserverlibrary.js | 9097 Not_all_constituents_of_type_0_are_callable: diag(2756, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_callable_2756", "Not all constituents of type '{0}' are callable."), 9101 Not_all_constituents_of_type_0_are_constructable: diag(2760, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_constructable_2760", "Not all constituents of type '{0}' are constructable."), 10146 The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents: diag(18031, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031", "The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."), 10147 The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some: diag(18032, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032", "The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."), [all...] |
H A D | typescript.js | 9088 Not_all_constituents_of_type_0_are_callable: diag(2756, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_callable_2756", "Not all constituents of type '{0}' are callable."), 9092 Not_all_constituents_of_type_0_are_constructable: diag(2760, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_constructable_2760", "Not all constituents of type '{0}' are constructable."), 10137 The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents: diag(18031, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031", "The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."), 10138 The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some: diag(18032, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032", "The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."), [all...] |
H A D | typescriptServices.js | 9088 Not_all_constituents_of_type_0_are_callable: diag(2756, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_callable_2756", "Not all constituents of type '{0}' are callable."), 9092 Not_all_constituents_of_type_0_are_constructable: diag(2760, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_constructable_2760", "Not all constituents of type '{0}' are constructable."), 10137 The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents: diag(18031, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031", "The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."), 10138 The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some: diag(18032, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032", "The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."), [all...] |
H A D | tsserver.js | 9098 Not_all_constituents_of_type_0_are_callable: diag(2756, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_callable_2756", "Not all constituents of type '{0}' are callable."), 9102 Not_all_constituents_of_type_0_are_constructable: diag(2760, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_constructable_2760", "Not all constituents of type '{0}' are constructable."), 10147 The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents: diag(18031, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031", "The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."), 10148 The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some: diag(18032, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032", "The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."), [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 9018 Not_all_constituents_of_type_0_are_callable: diag(2756, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_callable_2756", "Not all constituents of type '{0}' are callable."), 9022 Not_all_constituents_of_type_0_are_constructable: diag(2760, ts.DiagnosticCategory.Error, "Not_all_constituents_of_type_0_are_constructable_2760", "Not all constituents of type '{0}' are constructable."), 10046 The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents: diag(18031, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031", "The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."), 10047 The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some: diag(18032, ts.DiagnosticCategory.Error, "The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032", "The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."), [all...] |