Home
last modified time | relevance | path

Searched refs:tessouter (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c92 struct ureg_dst tessouter, tessinner; in si_create_fixed_func_tcs() local
101 tessouter = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSOUTER, 0); in si_create_fixed_func_tcs()
104 ureg_MOV(ureg, tessouter, outer); in si_create_fixed_func_tcs()
/third_party/openGLES/extensions/NV/
DNV_tessellation_program5.txt365 <attribTessOuter> ::= <primPrefix> "." "tessouter"
406 <resultTessOuter> ::= <resPrefix> "." "patch" "." "tessouter"
482 <attribTessOuter> ::= <primPrefix> "." "tessouter"
769 tessouter[n] (x,-,-,-) outer tess. level n
772 tessouter[n..o] (x,-,-,-) outer tess. levels n to o
808 If an attribute binding suffix matches "tessouter[n]", the "x" component
831 If an attribute binding suffix matches "tessouter[n..o]",
946 result.patch.tessouter[n] (x,*,*,*) tessctl outer level n
949 result.patch.tessouter[n..o] (x,*,*,*) tessctl outer levels n thru o
956 If a result variable binding matches "result.patch.tessouter[n]", updates
[all …]
DNV_gpu_program5.txt271 <attribTessOuter> ::= <primPrefix> "." "tessouter"
486 primitive.tessouter[n] (x,-,-,-) outer tess. level n
489 primitive.tessouter[n..o] (x,-,-,-) outer tess. levels n to o
505 If an attribute binding matches "primitive.tessouter[n]", the "x"
523 If an attribute binding matches "primitive.tessouter[n..o]",
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_tessellation_program5.txt365 <attribTessOuter> ::= <primPrefix> "." "tessouter"
406 <resultTessOuter> ::= <resPrefix> "." "patch" "." "tessouter"
482 <attribTessOuter> ::= <primPrefix> "." "tessouter"
769 tessouter[n] (x,-,-,-) outer tess. level n
772 tessouter[n..o] (x,-,-,-) outer tess. levels n to o
808 If an attribute binding suffix matches "tessouter[n]", the "x" component
831 If an attribute binding suffix matches "tessouter[n..o]",
946 result.patch.tessouter[n] (x,*,*,*) tessctl outer level n
949 result.patch.tessouter[n..o] (x,*,*,*) tessctl outer levels n thru o
956 If a result variable binding matches "result.patch.tessouter[n]", updates
[all …]
DNV_gpu_program5.txt271 <attribTessOuter> ::= <primPrefix> "." "tessouter"
486 primitive.tessouter[n] (x,-,-,-) outer tess. level n
489 primitive.tessouter[n..o] (x,-,-,-) outer tess. levels n to o
505 If an attribute binding matches "primitive.tessouter[n]", the "x"
523 If an attribute binding matches "primitive.tessouter[n..o]",
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1604 struct ureg_dst tessouter, tessinner; in r600_generate_fixed_func_tcs() local
1618 tessouter = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSOUTER, 0); in r600_generate_fixed_func_tcs()
1621 ureg_MOV(ureg, tessouter, const0); in r600_generate_fixed_func_tcs()
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a630-fails.txt197 spec@arb_tessellation_shader@execution@vs-tes-tessinner-tessouter-inputs-quads,Fail
198 spec@arb_tessellation_shader@execution@vs-tes-tessinner-tessouter-inputs-tris,Fail