Home
last modified time | relevance | path

Searched refs:vColor (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.coverage.frag.out5 …ain(struct-PS_INPUT1; ( temp structure{ temp 4-component vector of float vColor, temp uint nCover…
10 0:17 vColor: direct index for structure ( temp 4-component vector of float)
11 0:17 'o' ( temp structure{ temp 4-component vector of float vColor, temp uint nCoverageMa…
21 0:18 'o' ( temp structure{ temp 4-component vector of float vColor, temp uint nCoverageMa…
27 0:19 'o' ( temp structure{ temp 4-component vector of float vColor, temp uint nCoverageMask…
36 … child to first child ( temp structure{ temp 4-component vector of float vColor, temp uint nCover…
37 0:15 'flattenTemp' ( temp structure{ temp 4-component vector of float vColor, temp uint n…
38 …ain(struct-PS_INPUT1; ( temp structure{ temp 4-component vector of float vColor, temp uint nCover…
41 0:? '@entryPointOutput.vColor' (layout( location=0) out 4-component vector of float)
42 0:15 vColor: direct index for structure ( temp 4-component vector of float)
[all …]
Dhlsl.pp.line3.frag.out36 float4 vColor : SV_Target0 ;
48 ps_output . vColor = g_tColor [ u ] . Sample ( g_sAniso , i . vTextureCoords . xy );
59 MemberName 13(PS_OUTPUT) 0 "vColor"
73 Name 73 "@entryPointOutput.vColor"
84 Decorate 73(@entryPointOutput.vColor) Location 0
122 73(@entryPointOutput.vColor): 72(ptr) Variable Output
135 Store 73(@entryPointOutput.vColor) 77
Dhlsl.pp.line2.frag.out42 float4 vColor : SV_Target0 ;
58 ps_output . vColor = g_tColor [ u ] . Sample ( g_sAniso , i . vTextureCoords . xy );
68 MemberName 12(PS_OUTPUT) 0 "vColor"
82 Name 75 "@entryPointOutput.vColor"
93 Decorate 75(@entryPointOutput.vColor) Location 0
131 75(@entryPointOutput.vColor): 74(ptr) Variable Output
144 Store 75(@entryPointOutput.vColor) 79
Dhlsl.pp.line4.frag.out42 float4 vColor : SV_Target0 ;
60 ps_output . vColor = g_tColor [ u ] . Sample ( g_sAniso , i . vTextureCoords . xy ) ;
74 Name 74 "@entryPointOutput.vColor"
84 Decorate 74(@entryPointOutput.vColor) Location 0
114 74(@entryPointOutput.vColor): 73(ptr) Variable Output
144 Store 74(@entryPointOutput.vColor) 99
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinst_bindless_check_test.cpp84 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
292 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
383 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
436 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
653 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
729 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
920 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
967 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
1147 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
1193 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
[all …]
Dprocess_lines_test.cpp76 OpMemberName %PS_OUTPUT 0 "vColor" in TEST_F()
90 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
390 OpMemberName %PS_OUTPUT 0 "vColor" in TEST_F()
404 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinst_bindless_check_test.cpp84 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
291 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
382 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
435 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
651 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
727 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
917 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
964 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
1143 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
1189 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
[all …]
Dprocess_lines_test.cpp76 OpMemberName %PS_OUTPUT 0 "vColor" in TEST_F()
90 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
390 OpMemberName %PS_OUTPUT 0 "vColor" in TEST_F()
404 OpName %_entryPointOutput_vColor "@entryPointOutput.vColor" in TEST_F()
/external/deqp-deps/glslang/Test/
Dhlsl.coverage.frag10 float4 vColor : SV_Target0;
17 o.vColor = float4(1.0, 0.0, 0.0, 1.0);
Dhlsl.pp.line3.frag19 float4 vColor : SV_Target0 ;
31 ps_output . vColor = g_tColor [ u ] . Sample ( g_sAniso , i . vTextureCoords . xy );
Dhlsl.pp.line2.frag20 float4 vColor : SV_Target0 ;
36 ps_output . vColor = g_tColor [ u ] . Sample ( g_sAniso , i . vTextureCoords . xy );
Dhlsl.pp.line4.frag21 float4 vColor : SV_Target0 ;
39 ps_output . vColor = g_tColor [ u ] . Sample ( g_sAniso , i . vTextureCoords . xy ) ;
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp747 const Vec2 vColor = rr::readVarying<float>(packet, context, 0, fragNdx).xy(); in shadeFragments() local
750 vColor.x(), in shadeFragments()
751 vColor.y(), in shadeFragments()
752 (1.0f - vColor.x()), in shadeFragments()
753 (1.0f - vColor.y()) in shadeFragments()