Home
last modified time | relevance | path

Searched refs:vpai (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/Test/baseResults/
Dhlsl.semantic.geom.out11 …cture{ temp float clip0, temp float clip0, temp float cull0, temp uint vpai, temp uint rtai, …
18 …cture{ temp float clip0, temp float clip0, temp float cull0, temp uint vpai, temp uint rtai, …
28 …cture{ temp float clip0, temp float clip0, temp float cull0, temp uint vpai, temp uint rtai, …
38 …cture{ temp float clip0, temp float clip0, temp float cull0, temp uint vpai, temp uint rtai, …
42 0:? 'OutputStream.vpai' ( out uint ViewportIndex)
43 0:15 vpai: direct index for structure ( temp uint)
44 …cture{ temp float clip0, temp float clip0, temp float cull0, temp uint vpai, temp uint rtai, …
50 …cture{ temp float clip0, temp float clip0, temp float cull0, temp uint vpai, temp uint rtai, …
56 …cture{ temp float clip0, temp float clip0, temp float cull0, temp uint vpai, temp uint rtai, …
68 …cture{ temp float clip0, temp float clip0, temp float cull0, temp uint vpai, temp uint rtai, …
[all …]
/third_party/glslang/Test/
Dhlsl.semantic.geom5 uint vpai : SV_ViewportArrayIndex;
/third_party/grpc/src/proto/grpc/testing/
Dpayloads.proto30 // TODO (vpai): Fill this in once the details of complex, representative
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp2080 simd16scalari vpai = SIMD16::setzero_si(); in ProcessDraw() local
2092 vpai = SIMD16::castps_si(svgAttrib[0][VERTEX_SGV_VAI_COMP]); in ProcessDraw()
2104 vpai = SIMD16::max_epi32(vpai, SIMD16::setzero_si()); in ProcessDraw()
2108 SIMD16::cmplt_epi32(vpai, vNumViewports); in ProcessDraw()
2109 vpai = SIMD16::and_si(vClearMask, vpai); in ProcessDraw()
2118 vpai, in ProcessDraw()