Searched refs:texture_state (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_tex_sample.h | 39 struct lp_static_texture_state texture_state; member
|
D | swr_tex_sample.cpp | 292 &sampler->dynamic_state.static_state[texture_index].texture_state, in swr_sampler_soa_emit_fetch_texel() 314 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in swr_sampler_soa_emit_size_query()
|
D | swr_shader.cpp | 93 &key.sampler[i].texture_state, view); in swr_generate_sampler_key() 100 key.sampler[i].texture_state.format = PIPE_FORMAT_S8_UINT; in swr_generate_sampler_key() 111 &key.sampler[i].texture_state, view); in swr_generate_sampler_key() 118 key.sampler[i].texture_state.format = PIPE_FORMAT_S8_UINT; in swr_generate_sampler_key()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm_sample.c | 241 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state, in draw_llvm_sampler_soa_emit_fetch_texel() 261 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in draw_llvm_sampler_soa_emit_size_query()
|
D | draw_llvm.h | 69 struct lp_static_texture_state texture_state; member
|
D | draw_llvm.c | 2032 lp_sampler_static_texture_state(&draw_sampler[i].texture_state, in draw_llvm_make_variant_key() 2064 …debug_printf("sampler[%i].src_format = %s\n", i, util_format_name(sampler[i].texture_state.format)… in draw_llvm_dump_variant_key() 2461 lp_sampler_static_texture_state(&draw_sampler[i].texture_state, in draw_gs_llvm_make_variant_key() 2476 util_format_name(sampler[i].texture_state.format)); in draw_gs_llvm_dump_variant_key()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tex_sample.c | 267 lp_build_sample_soa(&sampler->dynamic_state.static_state[texture_index].texture_state, in lp_llvm_sampler_soa_emit_fetch_texel() 286 &sampler->dynamic_state.static_state[params->texture_unit].texture_state, in lp_llvm_sampler_soa_emit_size_query()
|
D | lp_state_fs.h | 58 struct lp_static_texture_state texture_state; member
|
D | lp_state_fs.c | 2742 const struct lp_static_texture_state *texture = &key->state[i].texture_state; in dump_fs_variant_key() 3306 lp_sampler_static_texture_state(&key->state[i].texture_state, in make_variant_key() 3315 lp_sampler_static_texture_state(&key->state[i].texture_state, in make_variant_key()
|
/external/mesa3d/src/mesa/main/ |
D | attrib.c | 158 struct texture_state struct 497 struct texture_state *texstate = CALLOC_STRUCT(texture_state); in _mesa_PushAttrib() 754 pop_texture_group(struct gl_context *ctx, struct texture_state *texstate) in pop_texture_group() 1385 struct texture_state *texstate in _mesa_PopAttrib() 1386 = (struct texture_state *) attr->data; in _mesa_PopAttrib() 1791 struct texture_state *texstate = (struct texture_state*)attr->data; in _mesa_free_attrib_data()
|