Home
last modified time | relevance | path

Searched defs:SamplerInfo (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h204 struct SamplerInfo { struct
211 class ScopedView : public ScopedLockedView<SamplerInfo> { argument
213 ScopedView(SamplerInfo* info) : ScopedLockedView<SamplerInfo>(info) { } in ScopedView() argument
214 bool samplerExists(GLuint id) const { in samplerExists()
220 SamplerProps* get(GLuint id) { in get()
223 const SamplerProps* get_const(GLuint id) { in get_const()
226 void addFresh(GLuint id) { in addFresh()
231 SamplerProps* bind(GLuint id) { in bind()
237 void ref(GLuint id) { in ref()
242 bool unref(GLuint id) { in unref()
/aosp_15_r20/external/deqp-deps/amber/src/
Dpipeline.h207 struct SamplerInfo { struct
209 explicit SamplerInfo(Sampler* samp) : sampler(samp) {} in SamplerInfo() function
211 Sampler* sampler = nullptr;
212 uint32_t descriptor_set = 0;
213 uint32_t binding = 0;
214 std::string arg_name = "";
215 uint32_t arg_no = 0;
216 uint32_t mask = 0;
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h281 struct SamplerInfo { struct
287 SamplerInfo() = default; argument
296 SamplerInfo(const SamplerInfo& other) { *this = other; } in SamplerInfo() function
298 SamplerInfo& operator=(SamplerInfo&& other) = delete; argument
/aosp_15_r20/external/angle/src/common/
H A Dpacked_cl_enums.json197 "SamplerInfo": { object
H A DPackedCLEnums_autogen.h491 enum class SamplerInfo : uint8_t enum
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_visa.h960 SamplerInfo(unsigned version) { in SamplerInfo() function
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/utils/
H A Dvp_visa.h969 SamplerInfo(unsigned version) { in SamplerInfo() function