Home
last modified time | relevance | path

Searched refs:input_vertices (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp132 for (unsigned i = 0; i < key->input_vertices; i += 2) { in emit_thread_end()
137 const bool is_unpaired = i == key->input_vertices - 1; in emit_thread_end()
257 brw_imm_d(key->input_vertices))); in nir_emit_intrinsic()
399 prog_data->patch_count_threshold = brw::get_patch_count_threshold(key->input_vertices); in brw_compile_tcs()
403 2 + has_primitive_id + key->input_vertices <= (devinfo->ver >= 12 ? 63 : 31)) { in brw_compile_tcs()
Dbrw_debug_recompile.c125 found |= check("input vertices", input_vertices); in debug_tcs_recompile()
Dbrw_compiler.h343 unsigned input_vertices; member
Dbrw_nir.c1494 nir->info.tess.tcs_vertices_out = key->input_vertices; in brw_nir_create_passthrough_tcs()
Dbrw_fs_nir.cpp2801 icp_offset_bytes, brw_imm_ud(tcs_key->input_vertices * REG_SIZE)); in get_tcs_eight_patch_icp_handle()
2845 brw_imm_d(tcs_key->input_vertices)); in nir_emit_tcs_intrinsic()
Dbrw_fs.cpp9062 assert(tcs_key->input_vertices > 0); in run_tcs()
9067 tcs_key->input_vertices; in run_tcs()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tcs.c184 key->input_vertices = brw->ctx.TessCtrlProgram.patch_vertices; in brw_tcs_populate_key()
255 key->input_vertices = prog->info.tess.tcs_vertices_out; in brw_tcs_populate_default_key()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h230 uint8_t input_vertices; member
Diris_program.c119 .input_vertices = key->input_vertices, in iris_to_brw_tcs_key()
1604 .input_vertices = in iris_update_compiled_tcs()
2613 key.tcs.input_vertices = info->tess.tcs_vertices_out; in iris_create_shader_state()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c441 unsigned input_vertices, in populate_tcs_prog_key() argument
449 key->input_vertices = input_vertices; in populate_tcs_prog_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1518 .input_vertices = ice->state.vertices_per_patch, in crocus_update_compiled_tcs()
2777 key.input_vertices = info->tess.tcs_vertices_out; in crocus_create_tcs_state()