Home
last modified time | relevance | path

Searched defs:stage (Results 301 - 325 of 483) sorted by relevance

1...<<11121314151617181920

/third_party/glslang/StandAlone/
H A DStandAlone.cpp293 const char* GetBinaryName(EShLanguage stage) in GetBinaryName() argument
1223 EShLanguage stage; global() member
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c181 nir_is_arrayed_io(const nir_variable *var, gl_shader_stage stage) in nir_is_arrayed_io() argument
[all...]
H A Dnir_linking_helpers.c39 get_variable_io_mask(nir_variable *var, gl_shader_stage stage) in get_variable_io_mask() argument
301 get_unmoveable_components_masks(nir_shader *shader, nir_variable_mode mode, struct assigned_comps *comps, gl_shader_stage stage, bool default_to_smooth_interp) get_unmoveable_components_masks() argument
403 const gl_shader_stage stage = shader->info.stage; remap_slots_and_components() local
1469 nir_assign_io_var_locations(nir_shader *shader, nir_variable_mode mode, unsigned *size, gl_shader_stage stage) nir_assign_io_var_locations() argument
1628 get_linked_variable_io_mask(nir_variable *variable, gl_shader_stage stage) get_linked_variable_io_mask() argument
[all...]
/third_party/mesa3d/src/compiler/
H A Dshader_info.h138 gl_shader_stage stage:8; member
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c52 get_varying_type(const nir_variable *var, gl_shader_stage stage) in get_varying_type() argument
1625 unsigned stage = producer_var ? vm->producer_stage : vm->consumer_stage; varying_matches_store_locations() local
1694 var_counts_against_varying_limit(gl_shader_stage stage, const nir_variable *var) var_counts_against_varying_limit() argument
1722 gl_shader_stage stage; global() member
2027 set_variable_io_mask(BITSET_WORD *bits, nir_variable *var, gl_shader_stage stage) set_variable_io_mask() argument
2894 remove_unused_shader_inputs_and_outputs(struct gl_shader_program *prog, unsigned stage, nir_variable_mode mode) remove_unused_shader_inputs_and_outputs() argument
[all...]
H A Dlinker.cpp270 gl_shader_stage stage; member in __anon7179::find_assignment_visitor::array_resize_visitor
272 array_resize_visitor(unsigned num_vertices, gl_shader_program *prog, gl_shader_stage stage) array_resize_visitor() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c659 sqtt_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, in sqtt_CmdWriteTimestamp2() argument
832 radv_mesa_to_rgp_shader_stage(struct radv_pipeline *pipeline, gl_shader_stage stage) in radv_mesa_to_rgp_shader_stage() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c1107 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->pStages[shader_id]; in visit_any_hit_shaders() local
1307 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->pStages[shader_id]; in insert_traversal_aabb_case() local
1656 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->pStages[shader_id]; compute_rt_stack_size() local
1774 const VkPipelineShaderStageCreateInfo *stage = &pCreateInfo->pStages[i]; create_rt_shader() local
[all...]
H A Dradv_query.c2021 radv_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) radv_CmdWriteTimestamp2() argument
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c487 gl_shader_stage stage = b->shader->stage; in agx_emit_intrinsic() local
[all...]
H A Dagx_compiler.h373 gl_shader_stage stage; member
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h505 gl_shader_stage stage; member
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c1645 v3d_prog_data_size(gl_shader_stage stage) in v3d_prog_data_size() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c404 unsigned stage = ctx->stage; in si_init_shader_args() local
814 get_lds_granularity(struct si_screen *screen, gl_shader_stage stage) get_lds_granularity() argument
958 si_shader_dump_disassembly(struct si_screen *screen, const struct si_shader_binary *binary, gl_shader_stage stage, unsigned wave_size, struct util_debug_callback *debug, const char *name, FILE *file) si_shader_dump_disassembly() argument
1168 gl_shader_stage stage = shader->selector->stage; si_shader_dump() local
1233 gl_shader_stage stage = shader->selector->stage; si_dump_shader_key() local
1985 si_get_shader_part(struct si_screen *sscreen, struct si_shader_part **list, gl_shader_stage stage, bool prolog, union si_shader_part_key *key, struct ac_llvm_compiler *compiler, struct util_debug_callback *debug, void (*build)(struct si_shader_context *, union si_shader_part_key *), const char *name) si_get_shader_part() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h286 } stage[MESA_SHADER_STAGES]; member
317 } stage[MESA_SHADER_STAGES]; member
418 } stage[MESA_SHADER_STAGES]; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.h356 enum pipe_shader_type stage; /* shader stage */ member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c1106 } stage; member
[all...]
/third_party/mesa3d/src/mesa/main/
H A Duniforms.c86 const int stage = u_bit_scan(&stages_mask); in update_single_shader_texture_used() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c52 upload_blorp_shader(struct blorp_batch *batch, uint32_t stage, in upload_blorp_shader() argument
H A Danv_allocator.c1447 anv_scratch_pool_alloc(struct anv_device *device, struct anv_scratch_pool *pool, gl_shader_stage stage, unsigned per_thread_scratch) anv_scratch_pool_alloc() argument
H A Danv_pipeline.c59 gl_shader_stage stage = vk_to_mesa_shader_stage(stage_info->stage); in anv_shader_stage_to_nir() local
515 gl_shader_stage stage; member
524 gl_shader_stage stage; member
577 anv_pipeline_hash_compute(struct anv_compute_pipeline *pipeline, struct anv_pipeline_layout *layout, struct anv_pipeline_stage *stage, unsigned char *sha1_out) anv_pipeline_hash_compute() argument
604 anv_pipeline_hash_ray_tracing_shader(struct anv_ray_tracing_pipeline *pipeline, struct anv_pipeline_layout *layout, struct anv_pipeline_stage *stage, unsigned char *sha1_out) anv_pipeline_hash_ray_tracing_shader() argument
649 anv_pipeline_stage_get_nir(struct anv_pipeline *pipeline, struct vk_pipeline_cache *cache, void *mem_ctx, struct anv_pipeline_stage *stage) anv_pipeline_stage_get_nir() argument
691 anv_pipeline_lower_nir(struct anv_pipeline *pipeline, void *mem_ctx, struct anv_pipeline_stage *stage, struct anv_pipeline_layout *layout) anv_pipeline_lower_nir() argument
1062 anv_pipeline_link_fs(const struct brw_compiler *compiler, struct anv_pipeline_stage *stage, const struct vk_render_pass_state *rp) anv_pipeline_link_fs() argument
1161 anv_pipeline_add_executable(struct anv_pipeline *pipeline, struct anv_pipeline_stage *stage, struct brw_compile_stats *stats, uint32_t code_offset) anv_pipeline_add_executable() argument
1258 anv_pipeline_add_executables(struct anv_pipeline *pipeline, struct anv_pipeline_stage *stage, struct anv_shader_bin *bin) anv_pipeline_add_executables() argument
1518 gl_shader_stage stage = vk_to_mesa_shader_stage(info->pStages[i].stage); anv_graphics_pipeline_compile() local
1795 struct anv_pipeline_stage stage = { anv_pipeline_compile_cs() local
2236 compile_upload_rt_shader(struct anv_ray_tracing_pipeline *pipeline, struct vk_pipeline_cache *cache, nir_shader *nir, struct anv_pipeline_stage *stage, struct anv_shader_bin **shader_out, void *mem_ctx) compile_upload_rt_shader() argument
3004 gl_shader_stage stage = exe->stage; anv_GetPipelineExecutablePropertiesKHR() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h769 gl_shader_stage stage; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c1166 check_urb_size(struct iris_context *ice, unsigned needed_size, gl_shader_stage stage) check_urb_size() argument
1439 iris_get_shader_info(const struct iris_context *ice, gl_shader_stage stage) iris_get_shader_info() argument
2119 iris_update_pull_constant_descriptors(struct iris_context *ice, gl_shader_stage stage) iris_update_pull_constant_descriptors() argument
2367 iris_get_scratch_space(struct iris_context *ice, unsigned per_thread_scratch, gl_shader_stage stage) iris_get_scratch_space() argument
2764 const gl_shader_stage stage = ish->nir->info.stage; iris_delete_shader_state() local
2782 bind_shader_state(struct iris_context *ice, struct iris_uncompiled_shader *ish, gl_shader_stage stage) bind_shader_state() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c912 agx_update_shader(struct agx_context *ctx, struct agx_compiled_shader **out, enum pipe_shader_type stage, struct asahi_shader_key *key) agx_update_shader() argument
1071 agx_build_pipeline(struct agx_context *ctx, struct agx_compiled_shader *cs, enum pipe_shader_type stage) agx_build_pipeline() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c149 crocus_populate_sampler_prog_key_data(struct crocus_context *ice, const struct intel_device_info *devinfo, gl_shader_stage stage, struct crocus_uncompiled_shader *ish, bool uses_texture_gather, struct brw_sampler_prog_key_data *key) crocus_populate_sampler_prog_key_data() argument
1354 crocus_get_shader_info(const struct crocus_context *ice, gl_shader_stage stage) crocus_get_shader_info() argument
2029 crocus_update_pull_constant_descriptors(struct crocus_context *ice, gl_shader_stage stage) crocus_update_pull_constant_descriptors() argument
2059 get_vue_prog_data(struct crocus_context *ice, gl_shader_stage stage) get_vue_prog_data() argument
2664 crocus_get_scratch_space(struct crocus_context *ice, unsigned per_thread_scratch, gl_shader_stage stage) crocus_get_scratch_space() argument
2949 crocus_delete_shader_state(struct pipe_context *ctx, void *state, gl_shader_stage stage) crocus_delete_shader_state() argument
3011 bind_shader_state(struct crocus_context *ice, struct crocus_uncompiled_shader *ish, gl_shader_stage stage) bind_shader_state() argument
[all...]

Completed in 51 milliseconds

1...<<11121314151617181920