Lines Matching refs:SAMPLE
2333 .. opcode:: SAMPLE
2339 Syntax: ``SAMPLE dst, address, sampler_view, sampler``
2341 Example: ``SAMPLE TEMP[0], TEMP[1], SVIEW[0], SAMP[0]``
2345 Simplified alternative to the SAMPLE instruction. Using the provided
2357 cases where that behavior is desirable 'SAMPLE' instruction should be used.
2400 Just like the SAMPLE instruction with the exception that an additional bias
2410 Similar to the SAMPLE instruction but it performs a comparison filter. The
2411 operands to SAMPLE_C are identical to SAMPLE, except that there is an
2435 SAMPLE_D is identical to the SAMPLE opcode except that the derivatives for
2445 SAMPLE_L is identical to the SAMPLE opcode except that the LOD is provided
2458 behaves like the SAMPLE instruction, but a filtered sample is not
2483 always using uint. Also, unlike the SAMPLE instructions, the swizzle on src1
2533 Same syntax as the SAMPLE opcode but instead of performing an actual
3582 For TEX\* style texture sample opcodes (as opposed to SAMPLE\* opcodes
3592 NOTE: It is NOT legal to mix SAMPLE\* style opcodes and TEX\* opcodes