Home
last modified time | relevance | path

Searched refs:DecorationBufferBlock (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp186 !ir.meta[type.self].decoration.decoration_flags.get(DecorationBufferBlock))) in emit_resources()
207 ir.meta[type.self].decoration.decoration_flags.get(DecorationBufferBlock))) in emit_resources()
H A Dspirv_reflect.cpp571 get_decoration_bitset(type.self).get(DecorationBufferBlock); in emit_resources()
589 (type.storage == StorageClassUniform && typeflags.get(DecorationBufferBlock)); in emit_resources()
H A Dspirv_cross.cpp82 ir.meta[type.self].decoration.decoration_flags.get(DecorationBufferBlock); in variable_storage_is_aliased()
937 else if (type.storage == StorageClassUniform && has_decoration(type.self, DecorationBufferBlock)) in get_shader_resources()
997 if (has_decoration(type.self, DecorationBlock) || has_decoration(type.self, DecorationBufferBlock)) in type_is_block_like()
4529 (var.storage == StorageClassUniform && has_decoration(type.self, DecorationBufferBlock)); in reflection_ssbo_instance_name_is_significant()
4831 if (!compiler.has_decoration(compiler.get<SPIRType>(var->basetype).self, DecorationBufferBlock)) in handle()
4915 !compiler.has_decoration(compiler.get<SPIRType>(src_var->basetype).self, DecorationBufferBlock)) in handle()
4946 if (!compiler.has_decoration(compiler.get<SPIRType>(var->basetype).self, DecorationBufferBlock)) in handle()
H A Dspirv_hlsl.cpp1242 bool is_buffer_block = has_decoration(type.self, DecorationBufferBlock); in emit_specialization_constants_and_structs()
1308 ir.meta[type.self].decoration.decoration_flags.get(DecorationBufferBlock); in emit_resources()
2094 bool is_uav = var.storage == StorageClassStorageBuffer || has_decoration(type.self, DecorationBufferBlock); in emit_buffer_block()
3256 if (has_decoration(type.self, DecorationBufferBlock)) in to_resource_binding()
4320 else if (type.storage == StorageClassStorageBuffer || has_decoration(type.self, DecorationBufferBlock)) in emit_access_chain()
5548 if (!has_decoration(type.self, DecorationBlock) && !has_decoration(type.self, DecorationBufferBlock)) in emit_instruction()
H A Dspirv_parser.cpp1189 (type_meta && type_meta->decoration.decoration_flags.get(DecorationBufferBlock)); in variable_storage_is_aliased()
H A Dspirv_glsl.cpp1183 bool is_block = has_decoration(type.self, DecorationBlock) || has_decoration(type.self, DecorationBufferBlock);
1611 has_decoration(type.self, DecorationBlock) || has_decoration(type.self, DecorationBufferBlock);
1945 (var.storage == StorageClassUniform && typeflags.get(DecorationBufferBlock));
2134 ir.meta[type.self].decoration.decoration_flags.get(DecorationBufferBlock);
2247 ir.meta[type.self].decoration.decoration_flags.get(DecorationBufferBlock);
3375 !has_decoration(type->self, DecorationBufferBlock));
3459 ir.meta[type.self].decoration.decoration_flags.get(DecorationBufferBlock);
12905 ir.meta[type.self].decoration.decoration_flags.get(DecorationBufferBlock);
15570 if (has_decoration(type.self, DecorationBlock) || has_decoration(type.self, DecorationBufferBlock))
16170 has_decoration(get<SPIRType>(var->basetype).self, DecorationBufferBlock))
[all...]
H A Dspirv_msl.cpp1902 (has_decoration(type.self, DecorationBlock) || has_decoration(type.self, DecorationBufferBlock))) in mark_packable_structs()
6690 has_decoration(type.self, DecorationBlock) || has_decoration(type.self, DecorationBufferBlock); in emit_specialization_constants_and_structs()
11075 (has_decoration(type.self, DecorationBlock) || has_decoration(type.self, DecorationBufferBlock)))
11104 bool ssbo = has_decoration(type.self, DecorationBufferBlock);
11178 (has_decoration(type_id, DecorationBlock) || has_decoration(type_id, DecorationBufferBlock)))
11815 bool ssbo = has_decoration(type.self, DecorationBufferBlock);
13129 bool is_block = has_decoration(type.self, DecorationBlock) || has_decoration(type.self, DecorationBufferBlock);
H A Dmain.cpp361 compiler.get_decoration_bitset(type.self).get(DecorationBufferBlock); in print_resources()
H A Dspirv.hpp426 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp341 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp345 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp341 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp345 DecorationBufferBlock = 3, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp341 DecorationBufferBlock = 3, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp345 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp348 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp348 DecorationBufferBlock = 3, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp348 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp415 CASE1(DECORATION, DecorationBufferBlock, Shader),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp415 CASE1(DECORATION, DecorationBufferBlock, Shader),
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp443 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp443 DecorationBufferBlock = 3, enumerator
/third_party/glslang/SPIRV/
H A Dspirv.hpp470 DecorationBufferBlock = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp1442 case spv::DecorationBufferBlock: in Apply()
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp484 DecorationBufferBlock = 3, enumerator

Completed in 139 milliseconds

12