HomeSort by relevance Sort by last modified time
    Searched refs:gather (Results 26 - 50 of 63) sorted by null

12 3

  /external/swiftshader/src/Shader/
SamplerCore.cpp 790 bool gather = state.textureFilter == FILTER_GATHER; local
809 Short4 uuuu0 = offsetSample(uuuu, mipmap, OFFSET(Mipmap,uHalf), state.addressingModeU == ADDRESSING_WRAP, gather ? 0 : -1, lod);
810 Short4 vvvv0 = offsetSample(vvvv, mipmap, OFFSET(Mipmap,vHalf), state.addressingModeV == ADDRESSING_WRAP, gather ? 0 : -1, lod);
811 Short4 uuuu1 = offsetSample(uuuu, mipmap, OFFSET(Mipmap,uHalf), state.addressingModeU == ADDRESSING_WRAP, gather ? 2 : +1, lod);
812 Short4 vvvv1 = offsetSample(vvvv, mipmap, OFFSET(Mipmap,vHalf), state.addressingModeV == ADDRESSING_WRAP, gather ? 2 : +1, lod);
819 if(!gather) // Blend
1248 bool gather = state.textureFilter == FILTER_GATHER; local
2360 bool gather = state.textureFilter == FILTER_GATHER; local
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 779 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
811 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
838 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const function in class:tcu::TextureCube
840 return m_view.gather(sampler, s, t, r, componentNdx);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 518 // returns true for odd formats that require special state.gather handling
568 // gather for odd component size formats
569 // gather SIMD full pixels per lane then shift/mask to move each component to their
578 Value* gather = VUNDEF_I(); local
600 // gather SIMD pixels
619 gather = VINSERT(gather, val, C(e));
622 UnpackComponents(format, gather, result);
691 /// @brief Loads attributes from memory using AVX2 GATHER(s)
694 /// @param vIndices - vector value of indices to gather
    [all...]
  /external/valgrind/cachegrind/
cg_annotate.in 683 @@ gather new information.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 157 // Have prefix; gather characters.
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 157 // Have prefix; gather characters.
  /external/syslinux/com32/lib/libpng/
CHANGES     [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 143 // gather function declarations
179 // gather struct declarations
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 143 // gather function declarations
179 // gather struct declarations
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 330 Id createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather, bool noImplicit, const TextureParameters&);
SpvBuilder.cpp     [all...]
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 330 Id createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather, bool noImplicit, const TextureParameters&);
SpvBuilder.cpp     [all...]
GlslangToSpv.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-avx-gather.s 1 # Check 64bit AVX gather instructions
avx-gather-intel.d 3 #name: i386 AVX GATHER insns (Intel disassembly)
4 #source: avx-gather.s
x86-64-avx-gather-intel.d 3 #name: x86-64 AVX GATHER insns (Intel disassembly)
4 #source: x86-64-avx-gather.s
  /tools/test/connectivity/acts/framework/acts/
base_test.py 605 if hasattr(test_func, 'gather'):
606 signal.extras = test_func.gather()
  /prebuilts/go/darwin-x86/src/runtime/
traceback.go 474 // If callback != nil, we're being called to gather stack information during
845 // SetCgoTraceback records three C functions to use to gather
908 // The Context field will be zero to gather a traceback from the
913 // the context function. The traceback function should gather a stack
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
traceback.go 474 // If callback != nil, we're being called to gather stack information during
845 // SetCgoTraceback records three C functions to use to gather
908 // The Context field will be zero to gather a traceback from the
913 // the context function. The traceback function should gather a stack
    [all...]
  /external/valgrind/callgrind/
callgrind_annotate.in 1012 @@ gather new information.
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 56 // Have prefix; gather characters.
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 56 // Have prefix; gather characters.
  /external/boringssl/win-x86_64/crypto/fipsmodule/
x86_64-mont5.asm     [all...]

Completed in 2158 milliseconds

12 3