Searched defs:patch_id (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_tess.c | 272 llvm_fetch_tess_factors(struct draw_tess_eval_shader *shader, unsigned patch_id, unsigned num_vertices, struct pipe_tessellation_factors *factors) llvm_fetch_tess_factors() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 410 nir_ssa_def *patch_id = nir_load_rel_patch_id_ir3(b); in build_per_vertex_offset() local 491 nir_ssa_def *patch_id = nir_load_rel_patch_id_ir3(b); in build_tessfactor_base() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tess_io.cpp | 119 emil_lsd_in_addr(nir_builder *b, nir_ssa_def *base, nir_ssa_def *patch_id, nir_intrinsic_instr *op) in emil_lsd_in_addr() argument 140 emil_lsd_out_addr(nir_builder *b, nir_ssa_def *base, nir_ssa_def *patch_id, nir_intrinsic_instr *op, in emil_lsd_out_addr() argument 270 auto patch_id = nir_intrinsic_instr_create(b->shader, nir_intrinsic_load_tcs_rel_patch_id_r600); in r600_load_rel_patch_id() local
|
Completed in 5 milliseconds