Lines Matching refs:SAMPLE
2336 .. 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
2461 behaves like the SAMPLE instruction, but a filtered sample is not
2486 always using uint. Also, unlike the SAMPLE instructions, the swizzle on src1
2536 Same syntax as the SAMPLE opcode but instead of performing an actual
3580 For TEX\* style texture sample opcodes (as opposed to SAMPLE\* opcodes
3590 NOTE: It is NOT legal to mix SAMPLE\* style opcodes and TEX\* opcodes