OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:submit_op1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c
332
static boolean
submit_op1
( struct svga_shader_emitter *emit,
function
574
if (!
submit_op1
(emit, inst_token( SVGA3DOP_MOV ), dst, src( tmp )))
787
if (!
submit_op1
(emit, inst_token( SVGA3DOP_MOV ), tmp, src0))
798
return
submit_op1
( emit, inst_token( SVGA3DOP_MOVA ),
819
if (!
submit_op1
(emit, inst_token( SVGA3DOP_MOV ), tmp, src0))
861
if (!
submit_op1
( emit, inst_token( SVGA3DOP_FRC ), temp, src0 ))
887
if (!
submit_op1
(emit, inst_token(SVGA3DOP_FRC), temp, negate(src0)))
923
if (!
submit_op1
( emit, inst_token( SVGA3DOP_RCP ),
1023
if (!
submit_op1
( emit, inst_token( SVGA3DOP_RSQ ), temp, src( temp )))
1040
return
submit_op1
(emit, inst_token(SVGA3DOP_SINCOS), dst, src0)
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c
332
static boolean
submit_op1
( struct svga_shader_emitter *emit,
function
574
if (!
submit_op1
(emit, inst_token( SVGA3DOP_MOV ), dst, src( tmp )))
787
if (!
submit_op1
(emit, inst_token( SVGA3DOP_MOV ), tmp, src0))
798
return
submit_op1
( emit, inst_token( SVGA3DOP_MOVA ),
819
if (!
submit_op1
(emit, inst_token( SVGA3DOP_MOV ), tmp, src0))
861
if (!
submit_op1
( emit, inst_token( SVGA3DOP_FRC ), temp, src0 ))
887
if (!
submit_op1
(emit, inst_token(SVGA3DOP_FRC), temp, negate(src0)))
923
if (!
submit_op1
( emit, inst_token( SVGA3DOP_RCP ),
1023
if (!
submit_op1
( emit, inst_token( SVGA3DOP_RSQ ), temp, src( temp )))
1040
return
submit_op1
(emit, inst_token(SVGA3DOP_SINCOS), dst, src0)
[
all
...]
Completed in 384 milliseconds