Home
last modified time | relevance | path

Searched defs:psiz (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_point_size.c46 nir_ssa_def *psiz = instr->src[1].ssa; in lower_point_size_instr() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c435 uint32_t psiz = 0x000; in nv50_fp_linkage_validate() local
Dnv50_program.h80 ubyte psiz; /* output slot of point size */ member
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Ddxil_spirv_nir.c407 nir_variable *psiz = NULL; in dxil_spirv_nir_discard_point_size_var() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp238 …nir_variable *psiz = nir_variable_create(nir, nir_var_shader_out, glsl_float_type(), "gl_PointSize… in st_nir_add_point_size() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c2539 mali_ptr *psiz, in panfrost_emit_varying_descriptor()
3463 mali_ptr pos, mali_ptr psiz, bool secondary_shader, in panfrost_draw_emit_tiler()
3686 mali_ptr varyings = 0, vs_vary = 0, fs_vary = 0, pos = 0, psiz = 0; in panfrost_direct_draw() local
3802 mali_ptr varyings = 0, vs_vary = 0, fs_vary = 0, pos = 0, psiz = 0; in panfrost_indirect_draw() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c732 update_psiz_location(nir_shader *nir, nir_variable *psiz) in update_psiz_location()
847 nir_variable *psiz = NULL; in update_so_info() local
3194 nir_variable *psiz = NULL; in zink_shader_create() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp844 src_reg psiz = src_reg(output_reg[VARYING_SLOT_PSIZ][0]); in emit_psiz_and_flags() local
/third_party/mksh/
Dvar.c662 size_t psiz; in formatstr() local
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1527 nir_variable *psiz = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_PSIZ); in agx_remap_varyings_vs() local
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1213 float psiz = state->point_size; in r300_create_rs_state() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1033 bool psiz = (nir_intrinsic_io_semantics(instr).location == VARYING_SLOT_PSIZ); in bi_emit_store_vary() local
4854 nir_variable *psiz = nir_find_variable_with_location(nir, in bi_finalize_nir() local
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h620 mali_ptr psiz; member