Home
last modified time | relevance | path

Searched defs:is_r500 (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_fragprog.c71 int is_r500 = c->Base.is_r500; in r3xx_compile_fragment_program() local
[all...]
H A Dradeon_compiler.h54 unsigned is_r500:1; member
H A Dr3xx_vertprog.c892 int is_r500 = c->Base.is_r500; in r3xx_compile_vertex_program() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_chipset.h84 boolean is_r500; member
H A Dr300_context.c157 boolean is_r500 = r300->screen->caps.is_r500; in r300_setup_atoms() local
[all...]
H A Dr300_screen.c125 boolean is_r500 = r300screen->caps.is_r500; in r300_get_param() local
255 boolean is_r500 = r300screen->caps.is_r500; in r300_get_shader_param() local
646 boolean is_r500 = r300_screen(screen)->caps.is_r500; r300_is_format_supported() local
[all...]
H A Dr300_state_derived.c647 r300_get_border_color(enum pipe_format format, const float border[4], boolean is_r500) r300_get_border_color() argument
H A Dr300_texture.c914 boolean is_r500 = screen->caps.is_r500; in r300_texture_setup_format_state() local
165 r300_translate_texformat(enum pipe_format format, const unsigned char *swizzle_view, boolean is_r500, boolean dxtc_swizzle) r300_translate_texformat() argument
H A Dr300_emit.c86 boolean is_r500 = r300->screen->caps.is_r500; in r300_emit_dsa_state() local
[all...]
H A Dr300_state.c682 boolean is_r500 = r300_screen(pipe->screen)->caps.is_r500; in r300_create_dsa_state() local
1428 boolean is_r500 = r300->screen->caps.is_r500; r300_create_sampler_state() local
1637 boolean is_r500 = r300_screen(pipe->screen)->caps.is_r500; r300_create_sampler_view_custom() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c506 init_compiler( struct radeon_compiler *c, enum rc_program_type program_type, unsigned is_r500, unsigned is_r400) init_compiler() argument

Completed in 20 milliseconds