Searched defs:descriptor_state (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_uniforms.c | 164 struct v3dv_descriptor_state *descriptor_state = in write_tmu_p0() local 206 struct v3dv_descriptor_state *descriptor_state = in write_tmu_p1() local 256 struct v3dv_descriptor_state *descriptor_state = in write_ubo_ssbo_uniforms() local 364 struct v3dv_descriptor_state *descriptor_state in write_inline_uniform() local 442 struct v3dv_descriptor_state *descriptor_state = get_texture_size() local [all...] |
H A D | v3dv_descriptor_set.c | 71 v3dv_descriptor_map_get_descriptor(struct v3dv_descriptor_state *descriptor_state, in v3dv_descriptor_map_get_descriptor() argument 159 v3dv_descriptor_map_get_sampler(struct v3dv_descriptor_state *descriptor_state, in v3dv_descriptor_map_get_sampler() argument 113 v3dv_descriptor_map_get_descriptor_bo(struct v3dv_device *device, struct v3dv_descriptor_state *descriptor_state, struct v3dv_descriptor_map *map, struct v3dv_pipeline_layout *pipeline_layout, uint32_t index, VkDescriptorType *out_type) v3dv_descriptor_map_get_descriptor_bo() argument 209 v3dv_descriptor_map_get_sampler_state(struct v3dv_device *device, struct v3dv_descriptor_state *descriptor_state, struct v3dv_descriptor_map *map, struct v3dv_pipeline_layout *pipeline_layout, uint32_t index) v3dv_descriptor_map_get_sampler_state() argument 231 v3dv_descriptor_map_get_texture_bo(struct v3dv_descriptor_state *descriptor_state, struct v3dv_descriptor_map *map, struct v3dv_pipeline_layout *pipeline_layout, uint32_t index) v3dv_descriptor_map_get_texture_bo() argument 261 v3dv_descriptor_map_get_texture_shader_state(struct v3dv_device *device, struct v3dv_descriptor_state *descriptor_state, struct v3dv_descriptor_map *map, struct v3dv_pipeline_layout *pipeline_layout, uint32_t index) v3dv_descriptor_map_get_texture_shader_state() argument [all...] |
H A D | v3dv_cmd_buffer.c | 3046 struct v3dv_descriptor_state *descriptor_state = in v3dv_CmdBindDescriptorSets() local [all...] |
H A D | v3dv_private.h | 1240 struct v3dv_descriptor_state descriptor_state; member
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pipeline.c | 642 pvr_pds_descriptor_program_create_and_upload( struct pvr_device *const device, const VkAllocationCallbacks *const allocator, const struct rogue_compile_time_consts_data *const compile_time_consts_data, const struct rogue_ubo_data *const ubo_data, const struct pvr_explicit_constant_usage *const explicit_const_usage, const struct pvr_pipeline_layout *const layout, enum pvr_stage_allocation stage, struct pvr_stage_allocation_descriptor_state *const descriptor_state) pvr_pds_descriptor_program_create_and_upload() argument 795 pvr_pds_descriptor_program_destroy( struct pvr_device *const device, const struct VkAllocationCallbacks *const allocator, struct pvr_stage_allocation_descriptor_state *const descriptor_state) pvr_pds_descriptor_program_destroy() argument [all...] |
H A D | pvr_private.h | 1039 struct pvr_stage_allocation_descriptor_state descriptor_state; member 1052 struct pvr_stage_allocation_descriptor_state descriptor_state; member
|
H A D | pvr_cmd_buffer.c | 2023 struct pvr_descriptor_state *descriptor_state; in pvr_CmdBindDescriptorSets() local 2709 pvr_setup_descriptor_mappings( struct pvr_cmd_buffer *const cmd_buffer, enum pvr_stage_allocation stage, const struct pvr_stage_allocation_descriptor_state *descriptor_state, UNUSED const pvr_dev_addr_t *const num_worgroups_buff_addr, uint32_t *const descriptor_data_offset_out) pvr_setup_descriptor_mappings() argument [all...] |
Completed in 23 milliseconds