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.c43 struct r300_textures_state *textures = in r300_release_referenced_objects()
44 (struct r300_textures_state*)r300->textures_state.state; in r300_release_referenced_objects()
218 R300_ALLOC_ATOM(textures_state, r300_textures_state); in r300_setup_atoms()
Dr300_state_derived.c744 struct r300_textures_state *state = in r300_merge_textures_and_samplers()
745 (struct r300_textures_state*)r300->textures_state.state; in r300_merge_textures_and_samplers()
964 struct r300_textures_state *state = in r300_decompress_depth_textures()
965 (struct r300_textures_state*)r300->textures_state.state; in r300_decompress_depth_textures()
Dr300_emit.c102 struct r300_textures_state* texstate = r300->textures_state.state; in get_rc_constant_state()
789 struct r300_textures_state *allstate = (struct r300_textures_state*)state; in r300_emit_textures_state()
1180 struct r300_textures_state *texstate = in r300_emit_buffer_validate()
1181 (struct r300_textures_state*)r300->textures_state.state; in r300_emit_buffer_validate()
Dr300_blit.c74 struct r300_textures_state* state = in r300_blitter_begin()
75 (struct r300_textures_state*)r300->textures_state.state; in r300_blitter_begin()
Dr300_state.c1402 struct r300_textures_state* state = in r300_bind_sampler_states()
1403 (struct r300_textures_state*)r300->textures_state.state; in r300_bind_sampler_states()
1457 struct r300_textures_state* state = in r300_set_fragment_sampler_views()
1458 (struct r300_textures_state*)r300->textures_state.state; in r300_set_fragment_sampler_views()
Dr300_context.h229 struct r300_textures_state { struct
Dr300_fs.c149 struct r300_textures_state *texstate = r300->textures_state.state; in get_external_state()