Home
last modified time | relevance | path

Searched refs:FETCH (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libelf/
H A Dgelf_xlate.c67 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr) macro
79 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits) macro
99 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
100 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \
101 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTextureFunctionHLSL.cpp129 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH) in OutputHLSL4SampleFunctionPrefix()
187 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH) in GetSamplerCoordinateTypeString()
316 TextureFunctionHLSL::TextureFunction::FETCH) // Integer coordinates in OutputTextureFunctionArgumentList()
398 case TextureFunctionHLSL::TextureFunction::FETCH: in OutputTextureFunctionArgumentList()
788 else if (textureFunction.method != TextureFunctionHLSL::TextureFunction::FETCH) in OutputIntegerTextureSampleFunctionComputations()
1010 textureFunction.method != TextureFunctionHLSL::TextureFunction::FETCH) in OutputTextureSampleFunctionReturnStatement()
1156 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH) in OutputTextureSampleFunctionReturnStatement()
1214 textureFunction.method == TextureFunctionHLSL::TextureFunction::FETCH)) in OutputTextureSampleFunctionReturnStatement()
1269 case FETCH: in name()
1433 textureFunction.method = TextureFunction::FETCH; in useTextureFunction()
[all...]
H A DTextureFunctionHLSL.h39 FETCH, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1772 #define FETCH(VAL,INDEX,CHAN)\ macro
1810 FETCH(&r[0], 0, chan_index); in exec_kill_if()
1979 FETCH(&d, regdsrcx, chan); in fetch_assign_deriv_channel()
1984 FETCH(&d, regdsrcx + 1, chan); in fetch_assign_deriv_channel()
2067 FETCH(&r[last], 0, TGSI_CHAN_W); in exec_tex()
2070 FETCH(&r[last], 1, TGSI_CHAN_X); in exec_tex()
2099 FETCH(&r[i], 0, TGSI_CHAN_X + i); in exec_tex()
2109 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref % 4)); in exec_tex()
2163 FETCH(&coords[i], 0, TGSI_CHAN_X + i); in exec_lodq()
2229 FETCH( in exec_txd()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h247 FETCH, enumerator
H A DOutputASM.cpp472 method = FETCH; in TextureFunction()
476 method = FETCH; in TextureFunction()
1449 case TextureFunction::FETCH: in visitAggregate()

Completed in 13 milliseconds