Home
last modified time | relevance | path

Searched refs:SAMPLE (Results 1 – 25 of 50) sorted by relevance

12

/third_party/ffmpeg/libswresample/
Drematrix_template.c23 # 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 l…
54 static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer … in RENAME()
63 static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){ in RENAME()
70 static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME()
80 static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME()
108 #undef SAMPLE
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleInterpolationTests.cpp47 SAMPLE = 4, enumerator
81 case SAMPLE: in interpolationToString()
680 if (!m_params.includeSampleDecoration && interpolationType == Interpolation::SAMPLE) in iterate()
703 …render(sampleImage[i], &framesArray[SAMPLE], "vert_sample", "frag_sample", SAMPLE, useSam… in iterate()
708 if (!m_params.includeSampleDecoration && resNdx == SAMPLE) in iterate()
722 if (!m_params.includeSampleDecoration && refNdx == SAMPLE) in iterate()
735 (resNdx == SMOOTH && refNdx == SAMPLE) || in iterate()
736 (resNdx == SAMPLE && refNdx == SMOOTH) || in iterate()
737 (resNdx == CENTROID && refNdx == SAMPLE) || in iterate()
738 (resNdx == SAMPLE && refNdx == CENTROID))) in iterate()
[all …]
/third_party/pixman/pixman/
Dpixman-filter.c205 #define SAMPLE(a1, a2) \ in integral() macro
212 s = SAMPLE (x1, x2); in integral()
218 s += 4 * SAMPLE (a1, a2); in integral()
225 s += 2 * SAMPLE (a1, a2); in integral()
228 s += SAMPLE (x1 + width, x2 + width); in integral()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c90 #define SAMPLE(_kind) \ macro
114 SAMPLE (VBI3_FRC_BIT); \
125 SAMPLE (VBI3_PAYLOAD_BIT); \
136 SAMPLE (VBI3_PAYLOAD_BIT); \
148 SAMPLE (VBI3_PAYLOAD_BIT); \
159 SAMPLE (VBI3_PAYLOAD_BIT); \
/third_party/glslang/Test/
Dhlsl.getsampleposition.dx10.frag12 PS_OUTPUT main(int sample : SAMPLE)
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Coverage71 // SAMPLE FILE: First Line
81 // SAMPLE FILE: Last Line
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h107 SAMPLE = 308, enumerator
Dglslang.y167 %token <lex> SAMPLE CENTROID FLAT SMOOTH NOPERSPECTIVE PATCH
915 | SAMPLE {
Dglslang.l281 …d_ES3_extension_ES3_2_keyword(context, TExtension::OES_shader_multisample_interpolation, SAMPLE); }
/third_party/icu/icu4c/source/
DMakefile.in39 @SAMPLES_TRUE@SAMPLE = samples
65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
/third_party/skia/third_party/externals/icu/source/
DMakefile.in39 @SAMPLES_TRUE@SAMPLE = samples
65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
/third_party/flutter/skia/third_party/externals/icu/source/
DMakefile.in39 @SAMPLES_TRUE@SAMPLE = samples
65 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TE…
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h445 SAMPLE = 655, enumerator
DScan.cpp427 (*KeywordMap)["sample"] = SAMPLE; in fillInKeywordMap()
1080 case SAMPLE: in tokenizeIdentifier()
/third_party/mesa3d/docs/gallium/
Dtgsi.rst2336 .. opcode:: SAMPLE
2342 Syntax: ``SAMPLE dst, address, sampler_view, sampler``
2344 Example: ``SAMPLE TEMP[0], TEMP[1], SVIEW[0], SAMP[0]``
2348 Simplified alternative to the SAMPLE instruction. Using the provided
2360 cases where that behavior is desirable 'SAMPLE' instruction should be used.
2403 Just like the SAMPLE instruction with the exception that an additional bias
2413 Similar to the SAMPLE instruction but it performs a comparison filter. The
2414 operands to SAMPLE_C are identical to SAMPLE, except that there is an
2438 SAMPLE_D is identical to the SAMPLE opcode except that the derivatives for
2448 SAMPLE_L is identical to the SAMPLE opcode except that the LOD is provided
[all …]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info_opcodes.h147 OPCODE(1, 3, OTHR, SAMPLE)
/third_party/ffmpeg/libavcodec/
Dhevcdec.h75 #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)]) macro
/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c141 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/
DAMDGPUISelLowering.h442 SAMPLE, enumerator
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dexample.txt51 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/
224 /******************** JPEG DECOMPRESSION SAMPLE INTERFACE *******************/
/third_party/libjpeg-turbo/
Dexample.txt51 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/
224 /******************** JPEG DECOMPRESSION SAMPLE INTERFACE *******************/
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log186 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
560 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
934 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
1308 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
1682 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
2056 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
2430 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
2804 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
3178 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
4105 02: 90000001 1ffff688 00000002 (S)FETCH: SAMPLE R0.xyzw = R0.xyz CONST(0) LOCATION(CENTER)
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_timer_query.txt287 value of SAMPLE BUFFERS is 0, then the samples-passed count is incremented
288 by 1 for each fragment. If the value of SAMPLE BUFFERS is 1, then the
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_timer_query.txt287 value of SAMPLE BUFFERS is 0, then the samples-passed count is incremented
288 by 1 for each fragment. If the value of SAMPLE BUFFERS is 1, then the
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser.yy145 %token CENTROID IN_TOK OUT_TOK INOUT_TOK UNIFORM VARYING SAMPLE
2164 | SAMPLE

12