Home
last modified time | relevance | path

Searched defs:psiz (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A 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/
H A Dnv50_shader_state.c435 uint32_t psiz = 0x000; in nv50_fp_linkage_validate() local
H A Dnv50_program.h80 ubyte psiz; /* output slot of point size */ member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp238 nir_variable *psiz = nir_variable_create(nir, nir_var_shader_out, glsl_float_type(), "gl_PointSizeMESA"); in st_nir_add_point_size() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp844 src_reg psiz = src_reg(output_reg[VARYING_SLOT_PSIZ][0]); in emit_psiz_and_flags() local
/third_party/mksh/
H A Dvar.c662 size_t psiz; in formatstr() local
/third_party/mesa3d/src/asahi/compiler/
H A 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/
H A Dr300_state.c1213 float psiz = state->point_size; in r300_create_rs_state() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c732 update_psiz_location(nir_shader *nir, nir_variable *psiz) in update_psiz_location() argument
847 nir_variable *psiz = NULL; in update_so_info() local
3194 nir_variable *psiz = NULL; in zink_shader_create() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c3686 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
2532 panfrost_emit_varying_descriptor(struct panfrost_batch *batch, unsigned vertex_count, mali_ptr *vs_attribs, mali_ptr *fs_attribs, mali_ptr *buffers, unsigned *buffer_count, mali_ptr *position, mali_ptr *psiz, bool point_coord_replace) panfrost_emit_varying_descriptor() argument
3458 panfrost_draw_emit_tiler(struct panfrost_batch *batch, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, void *invocation_template, mali_ptr indices, mali_ptr fs_vary, mali_ptr varyings, mali_ptr pos, mali_ptr psiz, bool secondary_shader, void *job) panfrost_draw_emit_tiler() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A 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

Completed in 48 milliseconds