Searched defs:batch_offset_for_sampler_state (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sampler_state.c82 uint32_t batch_offset_for_sampler_state,
108 batch_offset_for_sampler_state + 8,
415 uint32_t batch_offset_for_sampler_state)
548 batch_offset_for_sampler_state,
563 uint32_t batch_offset_for_sampler_state)
579 sampler_state, batch_offset_for_sampler_state);
604 uint32_t batch_offset_for_sampler_state = stage_state->sampler_offset; local
611 batch_offset_for_sampler_state);
616 batch_offset_for_sampler_state += size_in_bytes;
80 brw_emit_sampler_state(struct brw_context *brw, uint32_t *ss, uint32_t batch_offset_for_sampler_state, unsigned min_filter, unsigned mag_filter, unsigned mip_filter, unsigned max_anisotropy, unsigned address_rounding, unsigned wrap_s, unsigned wrap_t, unsigned wrap_r, unsigned base_level, unsigned min_lod, unsigned max_lod, int lod_bias, unsigned shadow_function, bool non_normalized_coordinates, uint32_t border_color_offset) argument
408 brw_update_sampler_state(struct brw_context *brw, GLenum target, bool tex_cube_map_seamless, GLfloat tex_unit_lod_bias, mesa_format format, GLenum base_format, const struct gl_texture_object *texObj, const struct gl_sampler_object *sampler, uint32_t *sampler_state, uint32_t batch_offset_for_sampler_state) argument
560 update_sampler_state(struct brw_context *brw, int unit, uint32_t *sampler_state, uint32_t batch_offset_for_sampler_state) argument

Completed in 318 milliseconds