Home
last modified time | relevance | path

Searched refs:DecorationComponent (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp387 case DecorationComponent: in set_decoration()
466 case DecorationComponent: in set_member_decoration()
607 case DecorationComponent: in get_decoration()
673 case DecorationComponent: in unset_decoration()
757 case DecorationComponent: in get_member_decoration()
849 case DecorationComponent: in unset_member_decoration()
H A Dspirv_msl.cpp2040 uint32_t start_component = get_decoration(var.self, DecorationComponent); in add_component_variable_to_interface_block()
2250 if (get_decoration_bitset(var.self).get(DecorationComponent)) in add_plain_variable_to_interface_block()
2252 uint32_t component = get_decoration(var.self, DecorationComponent); in add_plain_variable_to_interface_block()
2253 set_member_decoration(ib_type.self, ib_mbr_idx, DecorationComponent, component); in add_plain_variable_to_interface_block()
2393 uint32_t comp = get_decoration(var.self, DecorationComponent); in add_composite_variable_to_interface_block()
2405 set_member_decoration(ib_type.self, ib_mbr_idx, DecorationComponent, comp); in add_composite_variable_to_interface_block()
2594 if (has_member_decoration(var_type.self, mbr_idx, DecorationComponent)) in add_composite_member_variable_to_interface_block()
2595 SPIRV_CROSS_THROW("DecorationComponent on matrices and arrays make little sense."); in add_composite_member_variable_to_interface_block()
2782 if (has_member_decoration(var_type.self, mbr_idx, DecorationComponent)) in add_plain_member_variable_to_interface_block()
2784 uint32_t comp = get_member_decoration(var_type.self, mbr_idx, DecorationComponent); in add_plain_member_variable_to_interface_block()
[all...]
H A Dspirv.hpp453 DecorationComponent = 31, enumerator
H A Dspirv_glsl.cpp1223 if (dec.decoration_flags.get(DecorationComponent) && can_use_io_location(type.storage, true))
1911 if (flags.get(DecorationComponent) && can_use_io_location(var.storage, is_block))
1914 attr.push_back(join("component = ", get_decoration(var.self, DecorationComponent)));
16086 get_decoration(var.self, DecorationComponent));
16105 uint32_t component = get_member_decoration(type.self, index, DecorationComponent);
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp367 DecorationComponent = 31, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp371 DecorationComponent = 31, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp367 DecorationComponent = 31, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp371 DecorationComponent = 31, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp367 DecorationComponent = 31, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp371 DecorationComponent = 31, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp374 DecorationComponent = 31, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp374 DecorationComponent = 31, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp374 DecorationComponent = 31, enumerator
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp444 CASE1(DECORATION, DecorationComponent, Shader),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp444 CASE1(DECORATION, DecorationComponent, Shader),
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp470 DecorationComponent = 31, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp470 DecorationComponent = 31, enumerator
/third_party/glslang/SPIRV/
H A Dspirv.hpp497 DecorationComponent = 31, enumerator
H A Ddoc.cpp1699 DecorationOperands[DecorationComponent].push(OperandLiteralNumber, "'Component'"); in Parameterize()
H A DGlslangToSpv.cpp4954 builder.addMemberDecoration(spvType, member, spv::DecorationComponent, in decorateStructType()
9497 builder.addDecoration(id, spv::DecorationComponent, symbol->getQualifier().layoutComponent); in getSymbolId()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1422 case spv::DecorationComponent: in Apply()
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp511 DecorationComponent = 31, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp3446 spirv::WriteDecorate(mSpirvBlobOut, id, spv::DecorationComponent,

Completed in 136 milliseconds