Home
last modified time | relevance | path

Searched refs:DimSubpassData (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp154 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp158 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp154 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp158 DimSubpassData = 6, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp154 DimSubpassData = 6, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp158 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp613 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 DSpirvShader.hpp559 uint32_t dim : BITS(spv::DimSubpassData); // spv::Dim
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp298 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 Dspirv_glsl.cpp345 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 Dspirv_msl.cpp1606 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 Dspirv_cross.cpp258 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 Dspirv.hpp217 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp161 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp161 DimSubpassData = 6, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp161 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp941 *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 Doperand_capabilities_test.cpp223 CASE1(DIMENSIONALITY, DimSubpassData, InputAttachment),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp223 CASE1(DIMENSIONALITY, DimSubpassData, InputAttachment),
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp752 case DimSubpassData: in makeImageType()
763 if (dim != Dim::DimSubpassData) in makeImageType()
3112 case DimSubpassData: in createTextureQueryCall()
H A Dspirv.hpp250 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp227 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp227 DimSubpassData = 6, enumerator
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp262 DimSubpassData = 6, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp721 spirv::WriteTypeImage(blobOut, imageTypeId, baseId, spv::DimSubpassData, in InsertDerivativeTypes()

Completed in 136 milliseconds

12