Home
last modified time | relevance | path

Searched defs:bufType (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp613 Image *makeImage(GLenum bufType, ImageFormat format, GLsizei width, GLsizei height, FboBuilder &bui… in makeImage()
635 Attachment *makeAttachment(GLenum bufType, ImageFormat format, GLsizei width, GLsizei height, FboBu… in makeAttachment()
662 void TestBase::attachTargetToNew(GLenum target, GLenum bufType, ImageFormat format, GLsizei width, … in attachTargetToNew()
703 GLenum bufType; member
730 string attTypeName(GLenum bufType) in attTypeName()
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Device.cpp1142 void V4L2Device::onQueueDestroyed(v4l2_buf_type bufType) { in onQueueDestroyed()
1253 enum v4l2_buf_type bufType) { in getDmabufsForV4L2Buffer()
1902 const char* V4L2Device::v4L2BufferTypeToString(const enum v4l2_buf_type bufType) { in v4L2BufferTypeToString()
2131 std::vector<uint32_t> V4L2Device::enumerateSupportedPixelformats(v4l2_buf_type bufType) { in enumerateSupportedPixelformats()
2328 v4l2_buf_type bufType; in enumerateSupportedProfiles() local
2472 v4l2_buf_type bufType; in getDeviceInfosForType() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp812 … getStoreValue(int descriptorType, int numComponents, const string &vecType, const string &bufType) in getStoreValue()
836 static string genStore(int descriptorType, const string &vecType, const string &bufType, const stri… in genStore()
858 static string genAtomic(int descriptorType, const string &bufType, const string &coord) in genAtomic()
1202 string bufType; in initPrograms() local
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/
H A Ddriver_loader.h61 VABufferType bufType; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dhalf_support.h77 auto bufType = v->buf()->dtype(); in mutate() local
/aosp_15_r20/frameworks/av/media/module/extractors/mpeg2/
H A DMPEG2PSExtractor.cpp738 uint32_t bufType; in read() local
H A DMPEG2TSExtractor.cpp222 uint32_t bufType; in read() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/
H A Dlhlo_legalize_to_affine.cc200 MemRefType bufType = buffer.getType().cast<MemRefType>(); in fillBuffer() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp119 BufType bufType; member
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/
H A Dcodechal_debug.cpp3570 const char *bufType, in CreateFileName()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp4123 …ef typename details::Sel<Barriers1, Barriers2, Barriers3, VkBufferMemoryBarrier2KHR>::type bufType; in makeDependency() typedef