Searched refs:TexTarget (Results 1 – 6 of 6) sorted by relevance
350 enum TexTarget enum933 Target(TexTarget targ = TEX_TARGET_2D) : target(targ) { } in target()952 Target& operator=(TexTarget targ)959 inline bool operator==(TexTarget targ) const { return target == targ; }960 inline bool operator!=(TexTarget targ) const { return target != targ; }962 enum TexTarget getEnum() const { return target; } in getEnum()978 enum TexTarget target;
78 TexInstruction *mkTex(operation, TexTarget,
245 BuildUtil::mkTex(operation op, TexTarget targ, in mkTex()
40 static nv50_ir::TexTarget translateTexture(uint texTarg);231 nv50_ir::TexTarget getImageTarget() const { in getImageTarget()478 static nv50_ir::TexTarget translateTexture(uint tex) in translateTexture()
346 enum TexTarget enum in sglr::rc::Framebuffer366 TexTarget texTarget;
119 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace()133 static Framebuffer::TexTarget texLayeredTypeToTarget (Texture::Type type) in texLayeredTypeToTarget()1900 static inline Framebuffer::TexTarget mapGLFboTexTarget (deUint32 target) in mapGLFboTexTarget()1981 Framebuffer::TexTarget fboTexTarget = mapGLFboTexTarget(textarget); in framebufferTexture2D()