HomeSort by relevance Sort by last modified time
    Searched refs:TexTarget (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 350 enum TexTarget
933 Target(TexTarget targ = TEX_TARGET_2D) : target(targ) { }
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; }
978 enum TexTarget target;
    [all...]
nv50_ir_build_util.h 78 TexInstruction *mkTex(operation, TexTarget,
nv50_ir_build_util.cpp 245 BuildUtil::mkTex(operation op, TexTarget targ,
nv50_ir_from_tgsi.cpp 40 static nv50_ir::TexTarget translateTexture(uint texTarg);
231 nv50_ir::TexTarget getImageTarget() const {
478 static nv50_ir::TexTarget translateTexture(uint tex)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 346 enum TexTarget
366 TexTarget texTarget;
373 , texTarget (TEXTARGET_LAST)
645 virtual void framebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level);
    [all...]
sglrReferenceContext.cpp 119 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target)
133 static Framebuffer::TexTarget texLayeredTypeToTarget (Texture::Type type)
    [all...]

Completed in 203 milliseconds