/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cpp.cpp | 186 !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 D | spirv_reflect.cpp | 571 get_decoration_bitset(type.self).get(DecorationBufferBlock); in emit_resources() 589 (type.storage == StorageClassUniform && typeflags.get(DecorationBufferBlock)); in emit_resources()
|
H A D | spirv_cross.cpp | 82 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 D | spirv_hlsl.cpp | 1242 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 D | spirv_parser.cpp | 1189 (type_meta && type_meta->decoration.decoration_flags.get(DecorationBufferBlock)); in variable_storage_is_aliased()
|
H A D | spirv_glsl.cpp | 1183 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 D | spirv_msl.cpp | 1902 (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 D | main.cpp | 361 compiler.get_decoration_bitset(type.self).get(DecorationBufferBlock); in print_resources()
|
H A D | spirv.hpp | 426 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 341 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 345 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.hpp | 341 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.hpp | 345 DecorationBufferBlock = 3, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 341 DecorationBufferBlock = 3, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 345 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 348 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.hpp | 348 DecorationBufferBlock = 3, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 348 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | operand_capabilities_test.cpp | 415 CASE1(DECORATION, DecorationBufferBlock, Shader),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | operand_capabilities_test.cpp | 415 CASE1(DECORATION, DecorationBufferBlock, Shader),
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 443 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.hpp | 443 DecorationBufferBlock = 3, enumerator
|
/third_party/glslang/SPIRV/ |
H A D | spirv.hpp | 470 DecorationBufferBlock = 3, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 1442 case spv::DecorationBufferBlock: in Apply()
|
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 484 DecorationBufferBlock = 3, enumerator
|