/third_party/ffmpeg/libswresample/ |
H A D | rematrix_template.c | 23 # define SAMPLE float macro 29 # define SAMPLE double macro 34 # define SAMPLE int16_t macro 46 # define SAMPLE int32_t macro 52 typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len); 54 static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer index1, integer index2, integer len){ in sum2() 63 static void RENAME(copy)(SAMPLE *ou 111 #undef SAMPLE global() macro [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 49 SAMPLE = 4, enumerator 83 case SAMPLE: in interpolationToString() 810 if (!m_params.includeSampleDecoration && interpolationType == Interpolation::SAMPLE) in iterate() 833 render(sampleImage[i], &framesArray[SAMPLE], "vert_sample", "frag_sample", SAMPLE, useSampleRateShading); in iterate() 838 if (!m_params.includeSampleDecoration && resNdx == SAMPLE) in iterate() 852 if (!m_params.includeSampleDecoration && refNdx == SAMPLE) in iterate() 865 (resNdx == SMOOTH && refNdx == SAMPLE) || in iterate() 866 (resNdx == SAMPLE && refNdx == SMOOTH) || in iterate() 867 (resNdx == CENTROID && refNdx == SAMPLE) || in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 49 SAMPLE = 4, enumerator 83 case SAMPLE: in interpolationToString() 812 if (!m_params.includeSampleDecoration && interpolationType == Interpolation::SAMPLE) in iterate() 835 render(sampleImage[i], &framesArray[SAMPLE], "vert_sample", "frag_sample", SAMPLE, useSampleRateShading); in iterate() 840 if (!m_params.includeSampleDecoration && resNdx == SAMPLE) in iterate() 854 if (!m_params.includeSampleDecoration && refNdx == SAMPLE) in iterate() 867 (resNdx == SMOOTH && refNdx == SAMPLE) || in iterate() 868 (resNdx == SAMPLE && refNdx == SMOOTH) || in iterate() 869 (resNdx == CENTROID && refNdx == SAMPLE) || in iterate() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.h | 107 SAMPLE = 308, enumerator
|
H A D | glslang.y | 167 %token <lex> SAMPLE CENTROID FLAT SMOOTH NOPERSPECTIVE PATCH 915 | SAMPLE {
|
H A D | glslang_tab_autogen.cpp | 196 SAMPLE = 308, enumerator 826 "SAMPLE",
|
H A D | glslang_lex_autogen.cpp | 1822 context, TExtension::OES_shader_multisample_interpolation, SAMPLE);
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp.h | 496 SAMPLE = 697, /* SAMPLE */ enumerator
|
H A D | Scan.cpp | 428 (*KeywordMap)["sample"] = SAMPLE; in fillInKeywordMap() 1135 case SAMPLE: in tokenizeIdentifier()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdec.h | 72 #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)]) macro
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexdeclaration9.c | 141 NINE_DECLUSAGE_CASE0(SAMPLE); in nine_d3d9_to_nine_declusage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 442 SAMPLE,
|
H A D | AMDGPUISelLowering.cpp | 4307 NODE_NAME_CASE(SAMPLE) in getTargetNodeName()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 3205 SAMPLE, enumerator
|
H A D | gl4cEnhancedLayoutsTests.cpp | 19656 case SAMPLE: in test()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 891 NV50_IR_OPCODE_CASE(SAMPLE, TEX); in translateOpcode()
|