/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_point_size.c | 46 nir_ssa_def *psiz = instr->src[1].ssa; in lower_point_size_instr() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_shader_state.c | 435 uint32_t psiz = 0x000; in nv50_fp_linkage_validate() local
|
H A D | nv50_program.h | 80 ubyte psiz; /* output slot of point size */ member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_glsl_to_nir.cpp | 238 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 D | brw_vec4_visitor.cpp | 844 src_reg psiz = src_reg(output_reg[VARYING_SLOT_PSIZ][0]); in emit_psiz_and_flags() local
|
/third_party/mksh/ |
H A D | var.c | 662 size_t psiz; in formatstr() local
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 1527 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 D | r300_state.c | 1213 float psiz = state->point_size; in r300_create_rs_state() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 732 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 D | pan_cmdstream.c | 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 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 D | bifrost_compile.c | 1033 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
|