Searched refs:ps_repl_mode (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c581 uint8_t *ps_repl_mode)
605 *ps_repl_mode = 0;
608 *ps_repl_mode |= PS_REPL_S << shift;
612 *ps_repl_mode |= PS_REPL_T << shift;
650 uint8_t ps_repl_mode; local in function:tu6_emit_vpc_varying_modes
652 tu6_vpc_varying_mode(fs, i, &interp_mode, &ps_repl_mode);
659 ps_repl_modes[n] |= ps_repl_mode << shift;
665 ps_repl_modes[n] |= ps_repl_mode >> shift;
578 tu6_vpc_varying_mode(const struct ir3_shader_variant * fs,uint32_t index,uint8_t * interp_mode,uint8_t * ps_repl_mode) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1255 uint8_t *ps_repl_mode)
1279 *ps_repl_mode = 0;
1282 *ps_repl_mode |= PS_REPL_S << shift;
1286 *ps_repl_mode |= PS_REPL_T << shift;
1322 uint8_t ps_repl_mode; local in function:tu6_emit_vpc_varying_modes
1324 tu6_vpc_varying_mode(fs, i, &interp_mode, &ps_repl_mode);
1331 ps_repl_modes[n] |= ps_repl_mode << shift;
1337 ps_repl_modes[n] |= ps_repl_mode >> shift;
1252 tu6_vpc_varying_mode(const struct ir3_shader_variant * fs,uint32_t index,uint8_t * interp_mode,uint8_t * ps_repl_mode) argument

Completed in 9 milliseconds