Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp721 Image* makeImage (GLenum bufType, ImageFormat format, in makeImage()
744 Attachment* makeAttachment (GLenum bufType, ImageFormat format, in makeAttachment()
772 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew()
813 GLenum bufType; member
839 string attTypeName (GLenum bufType) in attTypeName()
/external/v4l2_codec2/common/
DV4L2Device.cpp1089 void V4L2Device::onQueueDestroyed(v4l2_buf_type bufType) { in onQueueDestroyed()
1195 enum v4l2_buf_type bufType) { in getDmabufsForV4L2Buffer()
1591 const char* V4L2Device::v4L2BufferTypeToString(const enum v4l2_buf_type bufType) { in v4L2BufferTypeToString()
1796 std::vector<uint32_t> V4L2Device::enumerateSupportedPixelformats(v4l2_buf_type bufType) { in enumerateSupportedPixelformats()
2002 v4l2_buf_type bufType; in enumerateDevicesForType() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp813 … getStoreValue(int descriptorType, int numComponents, const string& vecType, const string& bufType) in getStoreValue()
835 static string genStore(int descriptorType, const string& vecType, const string& bufType, const stri… in genStore()
856 static string genAtomic(int descriptorType, const string& bufType, const string& coord) in genAtomic()
1122 string bufType; in initPrograms() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/
Dlhlo_legalize_to_affine.cc200 MemRefType bufType = buffer.getType().cast<MemRefType>(); in fillBuffer() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp119 BufType bufType; member
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp3663 …ef typename details::Sel<Barriers1, Barriers2, Barriers3, VkBufferMemoryBarrier2KHR>::type bufType; in makeDependency() typedef