Home
last modified time | relevance | path

Searched refs:out_vertices_per_patch (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_abi.c201 unsigned out_vertices_per_patch = b->shader->info.tess.tcs_vertices_out; in lower_abi_instr() local
204 int per_vertex_output_patch_size = out_vertices_per_patch * num_tcs_outputs * 16u; in lower_abi_instr()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c369 nir_ssa_def *out_vertices_per_patch = b->shader->info.stage == MESA_SHADER_TESS_CTRL in hs_per_vertex_output_vmem_offset() local
374 nir_ssa_def *attr_stride = nir_imul(b, tcs_num_patches, nir_imul_imm(b, out_vertices_per_patch, 16u)); in hs_per_vertex_output_vmem_offset()
378 nir_ssa_def *patch_offset = nir_imul(b, rel_patch_id, nir_imul_imm(b, out_vertices_per_patch, 16u)); in hs_per_vertex_output_vmem_offset()

Completed in 2 milliseconds