/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 154 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 158 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.hpp | 154 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.hpp | 158 DimSubpassData = 6, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.hpp | 154 DimSubpassData = 6, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.hpp | 158 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderImage.cpp | 613 if(dim == spv::DimSubpassData) in GetTexelAddress() 656 if(dim == spv::DimSubpassData) in GetTexelAddress() 722 vk::Format imageFormat = (dim == spv::DimSubpassData) in EmitImageRead() 1135 ASSERT(static_cast<spv::Dim>(instruction.dim) != spv::DimSubpassData); // "Its Dim operand must not be SubpassData." in EmitImageWrite()
|
H A D | SpirvShader.hpp | 559 uint32_t dim : BITS(spv::DimSubpassData); // spv::Dim
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 298 case DimSubpassData: in image_type_hlsl_modern() 338 if (type.basetype == SPIRType::Image && type.image.dim == DimSubpassData) in image_type_hlsl_legacy() 343 if (type.basetype == SPIRType::Image && type.image.dim != DimSubpassData) in image_type_hlsl_legacy() 373 case DimSubpassData: in image_type_hlsl_legacy() 2985 case DimSubpassData: in emit_texture_op() 3226 if (type.image.sampled == 2 && type.image.dim != DimSubpassData) in to_resource_binding() 5278 bool subpass_data = type.image.dim == DimSubpassData; in emit_instruction()
|
H A D | spirv_glsl.cpp | 345 input_is_target = type.image.dim == DimSubpassData; 2614 if (type.basetype == SPIRType::Image && type.image.sampled == 2 && type.image.dim != DimSubpassData) 6152 case spv::DimSubpassData: 11790 else if (type.image.dim == DimSubpassData) 12337 if (type.image.dim == spv::DimSubpassData) 12356 if (type.image.dim == spv::DimSubpassData) 13034 if (type.image.dim != DimSubpassData && type.image.sampled == 2) 13284 if (type.basetype == SPIRType::Image && type.image.dim == DimSubpassData && options.vulkan_semantics) 13286 else if (type.basetype == SPIRType::Image && type.image.dim == DimSubpassData && 13296 if (type.basetype == SPIRType::Image && type.image.dim != DimSubpassData) [all...] |
H A D | spirv_msl.cpp | 1606 if (type.basetype == SPIRType::Image && type.image.dim == DimSubpassData && in extract_global_variables_from_function() 7824 if (type.image.dim != DimSubpassData) in emit_instruction() 8394 if (imgtype.image.dim == DimSubpassData) 9562 case DimSubpassData: 9693 if (imgtype.image.dim == DimSubpassData) 9702 else if (imgtype.image.dim == DimSubpassData) 12477 return type.basetype == SPIRType::Image && type.image.dim == DimSubpassData && 13527 case DimSubpassData: 13530 img_type.dim == DimSubpassData && (msl_options.multiview || msl_options.arrayed_subpass_input); 13581 if (type.basetype == SPIRType::Image && type.image.sampled == 2 && type.image.dim != DimSubpassData) [all...] |
H A D | spirv_cross.cpp | 258 if (type.basetype != SPIRType::Image && type.image.dim != DimSubpassData) in register_global_read_dependencies() 915 else if (var.storage == StorageClassUniformConstant && type.image.dim == DimSubpassData) in get_shader_resources() 4365 if (type.image.dim == DimSubpassData) in handle()
|
H A D | spirv.hpp | 217 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 161 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.hpp | 161 DimSubpassData = 6, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.hpp | 161 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 941 *dimOut = IsSubpassInputType(type) ? spv::DimSubpassData : spv::Dim2D; in getImageTypeParameters() 1239 case spv::DimSubpassData: in getImageTypeParameters()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | operand_capabilities_test.cpp | 223 CASE1(DIMENSIONALITY, DimSubpassData, InputAttachment),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | operand_capabilities_test.cpp | 223 CASE1(DIMENSIONALITY, DimSubpassData, InputAttachment),
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 752 case DimSubpassData: in makeImageType() 763 if (dim != Dim::DimSubpassData) in makeImageType() 3112 case DimSubpassData: in createTextureQueryCall()
|
H A D | spirv.hpp | 250 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 227 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.hpp | 227 DimSubpassData = 6, enumerator
|
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.hpp | 262 DimSubpassData = 6, enumerator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.cpp | 721 spirv::WriteTypeImage(blobOut, imageTypeId, baseId, spv::DimSubpassData, in InsertDerivativeTypes()
|