Home
last modified time | relevance | path

Searched refs:textures_state (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c46 (struct r300_textures_state*)r300->textures_state.state; in r300_release_referenced_objects()
117 FREE(r300->textures_state.state); in r300_destroy_context()
209 R300_INIT_ATOM(textures_state, 0); in r300_setup_atoms()
230 R300_ALLOC_ATOM(textures_state, r300_textures_state); in r300_setup_atoms()
258 r300_mark_atom_dirty(r300, &r300->textures_state); in r300_setup_atoms()
Dr300_state_derived.c790 (struct r300_textures_state*)r300->textures_state.state; in r300_merge_textures_and_samplers()
997 r300->textures_state.size = size; in r300_merge_textures_and_samplers()
1010 (struct r300_textures_state*)r300->textures_state.state; in r300_decompress_depth_textures()
1103 if (r300->textures_state.dirty) { in r300_update_derived_state()
Dr300_emit.c122 struct r300_textures_state* texstate = r300->textures_state.state; in get_rc_constant_state()
1311 (struct r300_textures_state*)r300->textures_state.state; in r300_emit_buffer_validate()
1352 if (r300->textures_state.dirty) { in r300_emit_buffer_validate()
Dr300_state.c1501 (struct r300_textures_state*)r300->textures_state.state; in r300_bind_sampler_states()
1515 r300_mark_atom_dirty(r300, &r300->textures_state); in r300_bind_sampler_states()
1557 (struct r300_textures_state*)r300->textures_state.state; in r300_set_sampler_views()
1621 r300_mark_atom_dirty(r300, &r300->textures_state); in r300_set_sampler_views()
Dr300_context.h546 struct r300_atom textures_state; member
Dr300_fs.c148 struct r300_textures_state *texstate = r300->textures_state.state; in r300_fragment_program_get_external_state()
Dr300_blit.c90 (struct r300_textures_state*)r300->textures_state.state; in r300_blitter_begin()