Searched refs:r600_translate_texformat (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.h | 847 uint32_t r600_translate_texformat(struct pipe_screen *screen, enum pipe_format format,
|
D | r600_state.c | 146 return r600_translate_texformat(screen, format, NULL, NULL, NULL, in r600_is_sampler_format_supported() 696 format = r600_translate_texformat(ctx->screen, state->format, in r600_create_sampler_view_custom()
|
D | evergreen_state.c | 227 return r600_translate_texformat(screen, format, NULL, NULL, NULL, in r600_is_sampler_format_supported() 768 format = r600_translate_texformat(rctx->b.b.screen, params->pipe_format, in evergreen_fill_tex_resource_words()
|
D | r600_state_common.c | 2644 uint32_t r600_translate_texformat(struct pipe_screen *screen, in r600_translate_texformat() function
|