Home
last modified time | relevance | path

Searched refs:writes_viewport_index (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.h101 bool writes_viewport_index; member
Dac_nir_to_llvm.c4206 ctx->shader_info->vs.writes_viewport_index = true; in handle_vs_outputs_post()
4244 (ctx->shader_info->vs.writes_viewport_index == true ? 8 : 0)); in handle_vs_outputs_post()
4260 if (ctx->shader_info->vs.writes_viewport_index == true) in handle_vs_outputs_post()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h120 boolean writes_viewport_index; member
Dtgsi_scan.c573 info->writes_viewport_index = true; in scan_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c870 return draw->gs.geometry_shader->info.writes_viewport_index; in draw_current_shader_uses_viewport_index()
871 return draw->vs.vertex_shader->info.writes_viewport_index; in draw_current_shader_uses_viewport_index()
Ddraw_pt_fetch_shade_pipeline_llvm.c453 draw->vs.vertex_shader->info.writes_viewport_index)) { in llvm_pipeline_generic()
Ddraw_llvm.c1560 vs_info->writes_viewport_index; in draw_llvm_generate()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_viewport.c411 rctx->vs_writes_viewport_index = info->writes_viewport_index; in r600_update_vs_writes_viewport_index()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c505 S_02881C_USE_VTX_VIEWPORT_INDX(vs->info.vs.writes_viewport_index) | in radv_emit_vertex_shader()
508 vs->info.vs.writes_viewport_index) | in radv_emit_vertex_shader()
516 S_028AB4_REUSE_OFF(vs->info.vs.writes_viewport_index)); in radv_emit_vertex_shader()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c691 info->writes_layer || info->writes_viewport_index; in si_emit_clip_regs()
697 S_02881C_USE_VTX_VIEWPORT_INDX(info->writes_viewport_index) | in si_emit_clip_regs()
710 S_028AB4_REUSE_OFF(info->writes_viewport_index)); in si_emit_clip_regs()
Dsi_shader.c2562 shader->selector->info.writes_viewport_index || in si_llvm_export_vs()
2568 (shader->selector->info.writes_viewport_index << 3)); in si_llvm_export_vs()
2600 if (shader->selector->info.writes_viewport_index) in si_llvm_export_vs()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c102 return info.writes_viewport_index ? PIPE_MAX_VIEWPORTS : 1; in dd_num_active_viewports()