Home
last modified time | relevance | path

Searched refs:ImageSupport (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2309 class ImageSupport : public OperationSupport class
2312 ImageSupport (const ResourceDescription& resourceDesc, in ImageSupport() function in vkt::synchronization::__anona27adcff0111::ShaderAccess::ImageSupport
5561 …VERTEX: return de::MovePtr<OperationSupport>(new ShaderAccess ::ImageSupport (resourceDesc, … in makeOperationSupport()
5562 …ON_CONTROL: return de::MovePtr<OperationSupport>(new ShaderAccess ::ImageSupport (resourceDesc, … in makeOperationSupport()
5563 …_EVALUATION: return de::MovePtr<OperationSupport>(new ShaderAccess ::ImageSupport (resourceDesc, … in makeOperationSupport()
5564 …EOMETRY: return de::MovePtr<OperationSupport>(new ShaderAccess ::ImageSupport (resourceDesc, … in makeOperationSupport()
5565 …RAGMENT: return de::MovePtr<OperationSupport>(new ShaderAccess ::ImageSupport (resourceDesc, … in makeOperationSupport()
5566 …COMPUTE: return de::MovePtr<OperationSupport>(new ShaderAccess ::ImageSupport (resourceDesc, … in makeOperationSupport()
5567 …_INDIRECT: return de::MovePtr<OperationSupport>(new ShaderAccess ::ImageSupport (resourceDesc, … in makeOperationSupport()
5601 …VERTEX: return de::MovePtr<OperationSupport>(new ShaderAccess ::ImageSupport (resourceDesc, … in makeOperationSupport()
[all …]
/external/angle/src/libANGLE/renderer/cl/
DCLDeviceCL.cpp87 !GetDeviceInfo(mNative, cl::DeviceInfo::ImageSupport, info.imageSupport) || in createInfo()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp273 return DeviceInfo::ImageSupport; in FromCLenum()
499 case DeviceInfo::ImageSupport: in ToCLenum()
749 case DeviceInfo::ImageSupport: in operator <<()
DPackedCLEnums_autogen.h103 ImageSupport = 22, enumerator
/external/angle/src/libANGLE/
DCLDevice.cpp175 case DeviceInfo::ImageSupport: in getInfo()