Home
last modified time | relevance | path

Searched defs:imgtype (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlclenc.c57 int imgtype; member
Dlcldec.c57 int imgtype; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageAtomicSpirvShaders.cpp6525 CaseVariant::CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFo… in CaseVariant()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAtomicSpirvShaders.cpp6525 CaseVariant::CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFo… in CaseVariant()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp401 const SPIRType *imgtype = nullptr; member
Dspirv_glsl.cpp6129 string CompilerGLSL::legacy_tex_op(const std::string &op, const SPIRType &imgtype, uint32_t tex) in legacy_tex_op()
6699 auto &imgtype = get<SPIRType>(type.self); in to_texture_op() local
6892 auto &imgtype = *args.base.imgtype; in to_function_name() local
6989 auto &imgtype = *args.base.imgtype; in to_function_args() local
11726 auto &imgtype = get<SPIRType>(type.self); in emit_instruction() local
12004 auto &imgtype = get<SPIRType>(type.self); in emit_instruction() local
Dspirv_msl.cpp8391 auto &imgtype = get<SPIRType>(type.self); in emit_texture_op() local
9276 auto &imgtype = *args.base.imgtype; in to_function_name() local
9441 auto &imgtype = *args.base.imgtype; in to_function_args() local
9967 auto &imgtype = get<SPIRType>(type.self); in to_texture_op() local
Dspirv_hlsl.cpp2814 auto &imgtype = expression_type(img); in emit_texture_op() local
/third_party/python/Lib/tkinter/
Dtix.py395 def image_create(self, imgtype, cnf={}, master=None, **kw): argument
D__init__.py4023 def __init__(self, imgtype, name=None, cnf={}, master=None, **kw): argument