Home
last modified time | relevance | path

Searched refs:DimBuffer (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/math/pdal/PDAL-2.3.0/plugins/tiledb/io/
H A DTileDBWriter.hpp50 struct DimBuffer struct in pdal::TileDBWriter
57 DimBuffer(const std::string& name, Dimension::Id id, in DimBuffer() argument
83 std::vector<DimBuffer> m_attrs;
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Dshader.cpp158 if (type.image.dim == spv::DimBuffer) in Shader()
168 if (type.image.dim != spv::DimBuffer && get_stock_sampler(sampler, name)) in Shader()
200 if (type.image.dim == spv::DimBuffer) in Shader()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Dshader.cpp158 if (type.image.dim == spv::DimBuffer) in Shader()
168 if (type.image.dim != spv::DimBuffer && get_stock_sampler(sampler, name)) in Shader()
200 if (type.image.dim == spv::DimBuffer) in Shader()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dshader.cpp308 if (type.basetype != SPIRType::Image || type.image.dim == spv::DimBuffer) in update_array_info()
363 if (type.image.dim == spv::DimBuffer) in Shader()
373 if (type.image.dim != spv::DimBuffer && get_stock_sampler(sampler, name)) in Shader()
408 if (type.image.dim == spv::DimBuffer) in Shader()
/dports/devel/vc-intrinsics/vc-intrinsics-753ad50/GenXIntrinsics/lib/GenXIntrinsics/
H A DAdaptorsCommon.h100 enum Dim { Dim1D = 0, Dim2D = 1, Dim3D = 2, DimBuffer = 5 }; enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/
H A DSPIRVEnum.h247 case DimBuffer: return 1; in getImageDimension()
H A Dspirv.hpp171 DimBuffer = 5, enumerator
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/
H A Dspirv_hlsl.cpp234 case DimBuffer: in image_type_hlsl_modern()
282 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
305 case DimBuffer: in image_type_hlsl_legacy()
1174 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2019 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2097 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2551 case spv::DimBuffer: in emit_texture_op()
2705 case DimBuffer: in emit_texture_op()
2797 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
2996 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_hlsl.cpp234 case DimBuffer: in image_type_hlsl_modern()
289 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
312 case DimBuffer: in image_type_hlsl_legacy()
1182 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2041 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2119 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2573 case spv::DimBuffer: in emit_texture_op()
2727 case DimBuffer: in emit_texture_op()
2819 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3018 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/
H A Dspirv_hlsl.cpp234 case DimBuffer: in image_type_hlsl_modern()
289 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
312 case DimBuffer: in image_type_hlsl_legacy()
1182 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2041 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2119 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2573 case spv::DimBuffer: in emit_texture_op()
2727 case DimBuffer: in emit_texture_op()
2819 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3018 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp234 case DimBuffer: in image_type_hlsl_modern()
282 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
305 case DimBuffer: in image_type_hlsl_legacy()
1174 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2019 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2097 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2547 case spv::DimBuffer: in emit_texture_op()
2701 case DimBuffer: in emit_texture_op()
2793 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
2992 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/
H A DSPIRVEnum.h288 ADD_VEC_INIT(DimBuffer, {CapabilitySampledBuffer}); in init()
510 case DimBuffer: in getImageDimension()
H A DSPIRVType.h461 _SPIRV_OP(image1d_buffer_t, DimBuffer, 0, 0, 0, 0, 0)
514 else if (Desc.Dim == SPIRVImageDimKind::DimBuffer)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dspirv_hlsl.cpp234 case DimBuffer: in image_type_hlsl_modern()
289 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
312 case DimBuffer: in image_type_hlsl_legacy()
1191 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2073 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2151 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2605 case spv::DimBuffer: in emit_texture_op()
2759 case DimBuffer: in emit_texture_op()
2851 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3124 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp236 case DimBuffer: in image_type_hlsl_modern()
303 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
326 case DimBuffer: in image_type_hlsl_legacy()
1209 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2109 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2187 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2641 case spv::DimBuffer: in emit_texture_op()
2795 case DimBuffer: in emit_texture_op()
2887 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3168 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_hlsl.cpp279 case DimBuffer: in image_type_hlsl_modern()
346 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
369 case DimBuffer: in image_type_hlsl_legacy()
1357 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2287 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2365 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2826 case spv::DimBuffer: in emit_texture_op()
2980 case DimBuffer: in emit_texture_op()
3101 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3382 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_hlsl.cpp279 case DimBuffer: in image_type_hlsl_modern()
346 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
369 case DimBuffer: in image_type_hlsl_legacy()
1357 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2287 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2365 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2826 case spv::DimBuffer: in emit_texture_op()
2980 case DimBuffer: in emit_texture_op()
3101 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3382 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/
H A Dspirv_hlsl.cpp271 case DimBuffer: in image_type_hlsl_modern()
338 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
361 case DimBuffer: in image_type_hlsl_legacy()
1295 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2225 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2303 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2764 case spv::DimBuffer: in emit_texture_op()
2918 case DimBuffer: in emit_texture_op()
3024 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3305 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_hlsl.cpp279 case DimBuffer: in image_type_hlsl_modern()
346 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
369 case DimBuffer: in image_type_hlsl_legacy()
1357 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2287 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2365 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2826 case spv::DimBuffer: in emit_texture_op()
2980 case DimBuffer: in emit_texture_op()
3101 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3382 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp279 case DimBuffer: in image_type_hlsl_modern()
346 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
369 case DimBuffer: in image_type_hlsl_legacy()
1357 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2287 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2365 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2826 case spv::DimBuffer: in emit_texture_op()
2980 case DimBuffer: in emit_texture_op()
3101 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3382 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_hlsl.cpp279 case DimBuffer: in image_type_hlsl_modern()
346 if (type.image.dim == DimBuffer && type.image.sampled == 1) in image_type_hlsl_legacy()
369 case DimBuffer: in image_type_hlsl_legacy()
1357 bool sampler_buffer = type.basetype == SPIRType::Image && type.image.dim == DimBuffer; in emit_resources()
2287 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in to_func_call_arg()
2365 arg_type.image.dim != DimBuffer) in emit_function_prototype()
2826 case spv::DimBuffer: in emit_texture_op()
2980 case DimBuffer: in emit_texture_op()
3101 if (imgtype.image.dim != DimBuffer && !imgtype.image.ms) in emit_texture_op()
3382 if (type.basetype == SPIRType::SampledImage && type.image.dim != DimBuffer) in emit_modern_uniform()
[all …]
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/projects/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp153 DimBuffer = 5, enumerator
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/projects/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp157 DimBuffer = 5, enumerator
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/projects/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp160 DimBuffer = 5, enumerator
/dports/devel/intel-graphics-compiler/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp157 DimBuffer = 5, enumerator

12345678