Searched refs:input_vertices (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.cpp132 for (unsigned i = 0; i < key->input_vertices; i += 2) {
137 const bool is_unpaired = i == key->input_vertices - 1;
257 brw_imm_d(key->input_vertices)));
399 prog_data->patch_count_threshold = brw::get_patch_count_threshold(key->input_vertices);
403 2 + has_primitive_id + key->input_vertices <= (devinfo->ver >= 12 ? 63 : 31)) {
H A Dbrw_debug_recompile.c125 found |= check("input vertices", input_vertices);
H A Dbrw_compiler.h343 unsigned input_vertices; member in struct:brw_tcs_prog_key
H A Dbrw_nir.c1494 nir->info.tess.tcs_vertices_out = key->input_vertices;
H A Dbrw_fs_nir.cpp2800 icp_offset_bytes, brw_imm_ud(tcs_key->input_vertices * REG_SIZE));
2844 brw_imm_d(tcs_key->input_vertices));
H A Dbrw_fs.cpp9065 assert(tcs_key->input_vertices > 0);
9070 tcs_key->input_vertices;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.cpp132 for (unsigned i = 0; i < key->input_vertices; i += 2) {
137 const bool is_unpaired = i == key->input_vertices - 1;
257 brw_imm_d(key->input_vertices)));
H A Dbrw_debug_recompile.c117 found |= check("input vertices", input_vertices);
H A Dbrw_compiler.h276 unsigned input_vertices; member in struct:brw_tcs_prog_key
H A Dbrw_nir.c1092 nir->info.tess.tcs_vertices_out = key->input_vertices;
H A Dbrw_fs_nir.cpp2593 brw_imm_d(tcs_key->input_vertices));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tcs.c181 key->input_vertices = brw->ctx.TessCtrlProgram.patch_vertices;
254 key->input_vertices = prog->info.tess.tcs_vertices_out;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tcs.c184 key->input_vertices = brw->ctx.TessCtrlProgram.patch_vertices;
255 key->input_vertices = prog->info.tess.tcs_vertices_out;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h97 unsigned input_vertices; member in struct:radv_tcs_variant_key
H A Dradv_nir_to_llvm.c238 unsigned num_tcs_input_cp = ctx->options->key.tcs.input_vertices;
241 uint32_t input_patch_size = ctx->options->key.tcs.input_vertices * input_vertex_size;
287 unsigned num_tcs_input_cp = ctx->options->key.tcs.input_vertices;
341 uint32_t input_patch_size = ctx->options->key.tcs.input_vertices * input_vertex_size;
373 uint32_t input_patch_size = ctx->options->key.tcs.input_vertices * input_vertex_size;
387 uint32_t input_patch_size = ctx->options->key.tcs.input_vertices * input_vertex_size;
1907 return LLVMConstInt(ctx->ac.i32, ctx->options->key.tcs.input_vertices, false);
H A Dradv_pipeline.c1993 keys[MESA_SHADER_TESS_CTRL].tcs.input_vertices = key->tess_input_vertices;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c331 unsigned input_vertices,
338 key->input_vertices = input_vertices;
330 populate_tcs_prog_key(const struct gen_device_info * devinfo,unsigned input_vertices,struct brw_tcs_prog_key * key) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.h230 uint8_t input_vertices; member in struct:iris_tcs_prog_key
H A Diris_program.c119 .input_vertices = key->input_vertices,
1604 .input_vertices =
2613 key.tcs.input_vertices = info->tess.tcs_vertices_out;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c441 unsigned input_vertices,
449 key->input_vertices = input_vertices;
438 populate_tcs_prog_key(const struct intel_device_info * devinfo,enum brw_subgroup_size_type subgroup_size_type,bool robust_buffer_acccess,unsigned input_vertices,struct brw_tcs_prog_key * key) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c827 .input_vertices = ice->state.vertices_per_patch,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c1518 .input_vertices = ice->state.vertices_per_patch,
2777 key.input_vertices = info->tess.tcs_vertices_out;

Completed in 89 milliseconds