Searched refs:ir3_key (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 2627 const struct ir3_shader_key *ir3_key, in tu_hash_shaders() 2637 _mesa_sha1_update(&ctx, ir3_key, sizeof(ir3_key)); in tu_hash_shaders() 2824 struct ir3_shader_key ir3_key = {}; in tu_pipeline_builder_compile_shaders() local 2825 tu_pipeline_shader_key_init(&ir3_key, pipeline, builder->create_info); in tu_pipeline_builder_compile_shaders() 2829 keys[MESA_SHADER_FRAGMENT].force_sample_interp = ir3_key.sample_shading; in tu_pipeline_builder_compile_shaders() 2832 tu_hash_shaders(pipeline_sha1, stage_infos, builder->layout, keys, &ir3_key, compiler); in tu_pipeline_builder_compile_shaders() 2927 ir3_key.tessellation == IR3_TESS_NONE) { in tu_pipeline_builder_compile_shaders() 2928 ir3_key.tessellation = tu6_get_tessmode(shader); in tu_pipeline_builder_compile_shaders() 2933 ir3_key in tu_pipeline_builder_compile_shaders() 2623 tu_hash_shaders(unsigned char *hash, const VkPipelineShaderStageCreateInfo **stages, const struct tu_pipeline_layout *layout, const struct tu_shader_key *keys, const struct ir3_shader_key *ir3_key, const struct ir3_compiler *compiler) tu_hash_shaders() argument 4136 struct ir3_shader_key ir3_key = {}; tu_compute_pipeline_create() local [all...] |
Completed in 5 milliseconds