/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.c | 446 crocus_get_shader_param(struct pipe_screen *pscreen, enum pipe_shader_type p_stage, enum pipe_shader_cap param) crocus_get_shader_param() argument
|
H A D | crocus_state.c | 2300 crocus_bind_sampler_states(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start, unsigned count, void **states) crocus_bind_sampler_states() argument 3049 crocus_set_shader_images(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *p_images) crocus_set_shader_images() argument 3147 crocus_set_sampler_views(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) crocus_set_sampler_views() argument 3483 crocus_set_constant_buffer(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned index, bool take_ownership, const struct pipe_constant_buffer *input) crocus_set_constant_buffer() argument 3611 crocus_set_shader_buffers(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) crocus_set_shader_buffers() argument 8375 enum pipe_shader_type p_stage = stage_to_pipe(s); global() local [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_screen.c | 453 iris_get_shader_param(struct pipe_screen *pscreen, enum pipe_shader_type p_stage, enum pipe_shader_cap param) iris_get_shader_param() argument
|
H A D | iris_program.c | 2948 iris_is_parallel_shader_compilation_finished(struct pipe_screen *pscreen, void *v_shader, enum pipe_shader_type p_stage) iris_is_parallel_shader_compilation_finished() argument
|
H A D | iris_state.c | 2189 iris_bind_sampler_states(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start, unsigned count, void **states) iris_bind_sampler_states() argument 2851 iris_set_shader_images(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *p_images) iris_set_shader_images() argument 2968 iris_set_sampler_views(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) iris_set_sampler_views() argument 3369 iris_set_constant_buffer(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned index, bool take_ownership, const struct pipe_constant_buffer *input) iris_set_constant_buffer() argument 3530 iris_set_shader_buffers(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) iris_set_shader_buffers() argument 7535 enum pipe_shader_type p_stage = stage_to_pipe(s); iris_rebind_buffer() local [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 64 pipeline_compute_sha1_from_nir(struct v3dv_pipeline_stage *p_stage) in pipeline_compute_sha1_from_nir() argument 89 destroy_pipeline_stage(struct v3dv_device *device, struct v3dv_pipeline_stage *p_stage, const VkAllocationCallbacks *pAllocator) destroy_pipeline_stage() argument 1033 pipeline_populate_v3d_key(struct v3d_key *key, const struct v3dv_pipeline_stage *p_stage, uint32_t ucp_enables, bool robust_buffer_access) pipeline_populate_v3d_key() argument 1140 pipeline_populate_v3d_fs_key(struct v3d_fs_key *key, const VkGraphicsPipelineCreateInfo *pCreateInfo, const struct v3dv_pipeline_stage *p_stage, bool has_geometry_shader, uint32_t ucp_enables) pipeline_populate_v3d_fs_key() argument 1259 pipeline_populate_v3d_gs_key(struct v3d_gs_key *key, const VkGraphicsPipelineCreateInfo *pCreateInfo, const struct v3dv_pipeline_stage *p_stage) pipeline_populate_v3d_gs_key() argument 1301 pipeline_populate_v3d_vs_key(struct v3d_vs_key *key, const VkGraphicsPipelineCreateInfo *pCreateInfo, const struct v3dv_pipeline_stage *p_stage) pipeline_populate_v3d_vs_key() argument 1407 struct v3dv_pipeline_stage *p_stage = pipeline_stage_create_binning() local 1639 pipeline_compile_shader_variant(struct v3dv_pipeline_stage *p_stage, struct v3d_key *key, size_t key_size, const VkAllocationCallbacks *pAllocator, VkResult *out_vk_result) pipeline_compile_shader_variant() argument 1739 pipeline_lower_nir(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_stage *p_stage, struct v3dv_pipeline_layout *layout) pipeline_lower_nir() argument 1788 get_ucp_enable_mask(struct v3dv_pipeline_stage *p_stage) get_ucp_enable_mask() argument 1804 pipeline_stage_get_nir(struct v3dv_pipeline_stage *p_stage, struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache) pipeline_stage_get_nir() argument 1918 struct v3dv_pipeline_stage *p_stage = pipeline->vs; pipeline_compile_fragment_shader() local 2292 struct v3dv_pipeline_stage *p_stage = pipeline_add_multiview_gs() local 2367 struct v3dv_pipeline_stage *p_stage = pipeline_compile_graphics() local 2431 struct v3dv_pipeline_stage *p_stage = pipeline_compile_graphics() local 3156 struct v3dv_pipeline_stage *p_stage = pipeline_compile_compute() local [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 1074 fill_sampler_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_sampler_stage() argument 1102 fill_sampler_view_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_sampler_view_stage() argument 1172 fill_sampler_buffer_view_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_sampler_buffer_view_stage() argument 1212 fill_image_view_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_image_view_stage() argument 1257 fill_image_buffer_view_stage(struct rendering_state *state, struct dyn_info *dyn_info, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, const union lvp_descriptor_info *descriptor, const struct lvp_descriptor_set_binding_layout *binding) fill_image_buffer_view_stage() argument 1287 handle_descriptor(struct rendering_state *state, struct dyn_info *dyn_info, const struct lvp_descriptor_set_binding_layout *binding, gl_shader_stage stage, enum pipe_shader_type p_stage, int array_idx, VkDescriptorType type, const union lvp_descriptor_info *descriptor) handle_descriptor() argument 1398 handle_set_stage(struct rendering_state *state, struct dyn_info *dyn_info, const struct lvp_descriptor_set *set, gl_shader_stage stage, enum pipe_shader_type p_stage) handle_set_stage() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 1387 zink_set_shader_buffers(struct pipe_context *pctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) zink_set_shader_buffers() argument 1608 zink_set_shader_images(struct pipe_context *pctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) zink_set_shader_images() argument [all...] |