OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_tc
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_compositor_gfx.c
131
struct ureg_dst
t_tc
[2];
local
148
t_tc
[i] = ureg_DECL_temporary(shader);
153
*
t_tc
.x = i_tc.x
154
*
t_tc
.y = (round(i_tc.y - 0.5) + 0.5) / height * 2
157
ureg_MOV(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_X), i_tc[i]);
158
ureg_ADD(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_YZ),
160
ureg_ROUND(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_YZ), ureg_src(
t_tc
[i]));
161
ureg_MOV(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_W),
163
ureg_ADD(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_YZ)
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_compositor_gfx.c
131
struct ureg_dst
t_tc
[2];
local
148
t_tc
[i] = ureg_DECL_temporary(shader);
153
*
t_tc
.x = i_tc.x
154
*
t_tc
.y = (round(i_tc.y - 0.5) + 0.5) / height * 2
157
ureg_MOV(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_X), i_tc[i]);
158
ureg_ADD(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_YZ),
160
ureg_ROUND(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_YZ), ureg_src(
t_tc
[i]));
161
ureg_MOV(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_W),
163
ureg_ADD(shader, ureg_writemask(
t_tc
[i], TGSI_WRITEMASK_YZ)
[
all
...]
Completed in 51 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026