Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c46 struct r300_textures_state *textures = in r300_release_referenced_objects()
47 (struct r300_textures_state*)r300->textures_state.state; in r300_release_referenced_objects()
232 R300_ALLOC_ATOM(textures_state, r300_textures_state); in r300_setup_atoms()
Dr300_state_derived.c789 struct r300_textures_state *state = in r300_merge_textures_and_samplers()
790 (struct r300_textures_state*)r300->textures_state.state; in r300_merge_textures_and_samplers()
1009 struct r300_textures_state *state = in r300_decompress_depth_textures()
1010 (struct r300_textures_state*)r300->textures_state.state; in r300_decompress_depth_textures()
Dr300_emit.c122 struct r300_textures_state* texstate = r300->textures_state.state; in get_rc_constant_state()
894 struct r300_textures_state *allstate = (struct r300_textures_state*)state; in r300_emit_textures_state()
1311 struct r300_textures_state *texstate = in r300_emit_buffer_validate()
1312 (struct r300_textures_state*)r300->textures_state.state; in r300_emit_buffer_validate()
Dr300_state.c1470 struct r300_textures_state* state = in r300_bind_sampler_states()
1471 (struct r300_textures_state*)r300->textures_state.state; in r300_bind_sampler_states()
1524 struct r300_textures_state* state = in r300_set_sampler_views()
1525 (struct r300_textures_state*)r300->textures_state.state; in r300_set_sampler_views()
Dr300_context.h221 struct r300_textures_state { struct
Dr300_blit.c80 struct r300_textures_state* state = in r300_blitter_begin()
81 (struct r300_textures_state*)r300->textures_state.state; in r300_blitter_begin()
Dr300_fs.c149 struct r300_textures_state *texstate = r300->textures_state.state; in get_external_state()