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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c6581 unsigned fs_color_tmp_index)
6593 if (fs_color_tmp_index != INVALID_INDEX && i == 0) {
6595 color_dst = make_dst_temp_reg(fs_color_tmp_index);
6610 * Emit alpha test code. This compares TEMP[fs_color_tmp_index].w
6616 unsigned fs_color_tmp_index)
6625 make_src_temp_reg(fs_color_tmp_index);
6663 * \param fs_color_tmp_index index of the temp register that holds the
6668 unsigned fs_color_tmp_index)
6679 /* set all color outputs to TEMP[fs_color_tmp_index] */
6680 assert(fs_color_tmp_index !
6580 emit_alpha_to_one_instructions(struct svga_shader_emitter_v10 * emit,unsigned fs_color_tmp_index) argument
6615 emit_alpha_test_instructions(struct svga_shader_emitter_v10 * emit,unsigned fs_color_tmp_index) argument
6667 emit_broadcast_color_instructions(struct svga_shader_emitter_v10 * emit,unsigned fs_color_tmp_index) argument
6716 const unsigned fs_color_tmp_index = emit->fs.color_tmp_index; local in function:emit_post_helpers
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c10502 unsigned fs_color_tmp_index)
10514 if (fs_color_tmp_index != INVALID_INDEX && i == 0) {
10516 color_dst = make_dst_temp_reg(fs_color_tmp_index);
10531 * Emit alpha test code. This compares TEMP[fs_color_tmp_index].w
10537 unsigned fs_color_tmp_index)
10546 make_src_temp_reg(fs_color_tmp_index);
10583 * \param fs_color_tmp_index index of the temp register that holds the
10588 unsigned fs_color_tmp_index)
10599 /* set all color outputs to TEMP[fs_color_tmp_index] */
10600 assert(fs_color_tmp_index !
10501 emit_alpha_to_one_instructions(struct svga_shader_emitter_v10 * emit,unsigned fs_color_tmp_index) argument
10536 emit_alpha_test_instructions(struct svga_shader_emitter_v10 * emit,unsigned fs_color_tmp_index) argument
10587 emit_broadcast_color_instructions(struct svga_shader_emitter_v10 * emit,unsigned fs_color_tmp_index) argument
10635 const unsigned fs_color_tmp_index = emit->fs.color_tmp_index; local in function:emit_post_helpers
[all...]

Completed in 22 milliseconds