mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
feature: add inline samplers bindless addressing support
- inline samplers in bindless addressing mode requires bindless offset passed in cross thread data Related-To: NEO-11748 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7136dfbd38
commit
4c49a08017
@@ -129,6 +129,7 @@ inline constexpr ConstStringRef regionGroupSize("region_group_size");
|
||||
inline constexpr ConstStringRef regionGroupDimension("region_group_dimension");
|
||||
inline constexpr ConstStringRef regionGroupWgCount("region_group_wg_count");
|
||||
inline constexpr ConstStringRef regionGroupBarrierBuffer("region_group_barrier_buffer");
|
||||
inline constexpr ConstStringRef inlineSampler("inline_sampler");
|
||||
|
||||
namespace Image {
|
||||
inline constexpr ConstStringRef width("image_width");
|
||||
@@ -508,6 +509,7 @@ enum ArgType : uint8_t {
|
||||
argTypeRegionGroupDimension,
|
||||
argTypeRegionGroupWgCount,
|
||||
argTypeRegionGroupBarrierBuffer,
|
||||
argTypeInlineSampler,
|
||||
argTypeMax
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user