HomeSort by: relevance | last modified time | path
    Searched refs:pipeline_key (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_pipeline.c 2300 const struct radv_pipeline_key *pipeline_key,
2401 ((info->stage == MESA_SHADER_VERTEX && pipeline_key->vs.topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) ||
2743 const struct radv_pipeline_key *pipeline_key,
2753 unsigned num_vertices_per_prim = si_conv_prim_to_gs_out(pipeline_key->vs.topology) + 1;
2791 const struct radv_pipeline_key *pipeline_key,
2814 if (pipeline_key->use_ngg) {
2866 pipeline_key, &infos[MESA_SHADER_FRAGMENT]);
2903 radv_nir_shader_info_pass(pipeline->device, combined_nir[i], pipeline_layout, pipeline_key,
2929 radv_nir_shader_info_pass(pipeline->device, combined_nir[i], pipeline_layout, pipeline_key,
2941 radv_nir_shader_info_pass(pipeline->device, nir[i], pipeline_layout, pipeline_key, &infos[i])
    [all...]
radv_shader_info.c 600 const struct radv_pipeline_key *pipeline_key,
612 if (pipeline_key->vs.dynamic_input_state && nir->info.inputs_read) {
630 gather_info_input_decl(nir, variable, pipeline_key, info);
643 if (pipeline_key->has_multiview_view_index) {
radv_private.h 2634 const struct radv_pipeline_key *pipeline_key,
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline.c 2497 struct v3dv_pipeline_key pipeline_key; local
2498 pipeline_populate_graphics_key(pipeline, &pipeline_key, pCreateInfo);
2500 pipeline_hash_graphics(pipeline, &pipeline_key, pipeline_sha1);
3182 struct v3dv_pipeline_key pipeline_key; local
3183 pipeline_populate_compute_key(pipeline, &pipeline_key, info);
3185 pipeline_hash_compute(pipeline, &pipeline_key, pipeline_sha1);

Completed in 13 milliseconds