Lines Matching refs:hlsl
44 echo "Usage examples. Note most non-hlsl tests fail to compile for expected reasons."
45 echo " Exercise all hlsl.* files:"
46 echo " $(basename $0) hlsl.*"
47 echo " Exercise all hlsl.* files, tersely:"
48 echo " $(basename $0) --terse hlsl.*"
51 echo " Exercise hlsl.* files, only printing validation errors:"
52 echo " $(basename $0) --skip-ok --skip-comperr hlsl.*"
95 # hlsl
104 # If it starts with hlsl, assume it's hlsl.
105 if [[ "$test" == *hlsl.* ]]; then
106 echo hlsl
133 echo hlsl
145 # if it's not hlsl, always use main
146 if [[ "$language" != 'hlsl' ]]; then
222 hlsl) langops='-D --hlsl-iomap --hlsl-offsets';;