mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +08:00
feature: bindless addressing support for image views
Related-To: NEO-7063 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7f085af8a3
commit
fb211a921d
@@ -15,6 +15,7 @@ namespace NEO {
|
||||
struct ImageInfo;
|
||||
class GraphicsAllocation;
|
||||
struct ImageDescriptor;
|
||||
struct SurfaceStateInHeapInfo;
|
||||
} // namespace NEO
|
||||
|
||||
namespace L0 {
|
||||
@@ -42,6 +43,8 @@ struct Image : _ze_image_handle_t {
|
||||
virtual NEO::ImageInfo getImageInfo() = 0;
|
||||
virtual ze_image_desc_t getImageDesc() = 0;
|
||||
virtual ze_result_t getMemoryProperties(ze_image_memory_properties_exp_t *pMemoryProperties) = 0;
|
||||
virtual ze_result_t allocateBindlessSlot() = 0;
|
||||
virtual NEO::SurfaceStateInHeapInfo *getBindlessSlot() = 0;
|
||||
|
||||
static Image *fromHandle(ze_image_handle_t handle) { return static_cast<Image *>(handle); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user