Home
last modified time | relevance | path

Searched refs:writes_pointsize (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.h99 bool writes_pointsize; member
Dac_nir_to_llvm.c4198 ctx->shader_info->vs.writes_pointsize = true; in handle_vs_outputs_post()
4242 uint32_t mask = ((ctx->shader_info->vs.writes_pointsize == true ? 1 : 0) | in handle_vs_outputs_post()
4256 if (ctx->shader_info->vs.writes_pointsize == true) in handle_vs_outputs_post()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c503 S_02881C_USE_VTX_POINT_SIZE(vs->info.vs.writes_pointsize) | in radv_emit_vertex_shader()
506 S_02881C_VS_OUT_MISC_VEC_ENA(vs->info.vs.writes_pointsize || in radv_emit_vertex_shader()