Home
last modified time | relevance | path

Searched refs:chip_family (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.c404 screen->chip_family = CHIP_FAMILY_RV100; in radeon_set_screen_flags()
409 screen->chip_family = CHIP_FAMILY_RS100; in radeon_set_screen_flags()
416 screen->chip_family = CHIP_FAMILY_RS200; in radeon_set_screen_flags()
424 screen->chip_family = CHIP_FAMILY_R100; in radeon_set_screen_flags()
432 screen->chip_family = CHIP_FAMILY_RV200; in radeon_set_screen_flags()
441 screen->chip_family = CHIP_FAMILY_R200; in radeon_set_screen_flags()
450 screen->chip_family = CHIP_FAMILY_RV250; in radeon_set_screen_flags()
462 screen->chip_family = CHIP_FAMILY_RV280; in radeon_set_screen_flags()
470 screen->chip_family = CHIP_FAMILY_RS300; in radeon_set_screen_flags()
Dradeon_common_context.c54 static const char* get_chip_family_name(int chip_family) in get_chip_family_name() argument
56 switch(chip_family) { in get_chip_family_name()
91 get_chip_family_name(radeonScreen->chip_family), in radeonGetRendererString()
Dradeon_screen.h110 int chip_family; member
Dr200_texstate.c1518 if (rmesa->radeon.radeonScreen->chip_family == CHIP_FAMILY_R200) { in r200UpdateTextureState()
Dr200_state_init.c667 if (rmesa->radeon.radeonScreen->chip_family == CHIP_FAMILY_R200) { in r200InitState()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.c404 screen->chip_family = CHIP_FAMILY_RV100; in radeon_set_screen_flags()
409 screen->chip_family = CHIP_FAMILY_RS100; in radeon_set_screen_flags()
416 screen->chip_family = CHIP_FAMILY_RS200; in radeon_set_screen_flags()
424 screen->chip_family = CHIP_FAMILY_R100; in radeon_set_screen_flags()
432 screen->chip_family = CHIP_FAMILY_RV200; in radeon_set_screen_flags()
441 screen->chip_family = CHIP_FAMILY_R200; in radeon_set_screen_flags()
450 screen->chip_family = CHIP_FAMILY_RV250; in radeon_set_screen_flags()
462 screen->chip_family = CHIP_FAMILY_RV280; in radeon_set_screen_flags()
470 screen->chip_family = CHIP_FAMILY_RS300; in radeon_set_screen_flags()
Dradeon_common_context.c54 static const char* get_chip_family_name(int chip_family) in get_chip_family_name() argument
56 switch(chip_family) { in get_chip_family_name()
91 get_chip_family_name(radeonScreen->chip_family), in radeonGetRendererString()
Dradeon_screen.h110 int chip_family; member
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h989 int32_t chip_family; member
993 chip_family(0) { in EdgeTpuDeviceSpecT()
1014 int32_t chip_family() const { in chip_family() function
1044 void add_chip_family(int32_t chip_family) { in add_chip_family()
1045 fbb_.AddElement<int32_t>(EdgeTpuDeviceSpec::VT_CHIP_FAMILY, chip_family, 0); in add_chip_family()
1064 int32_t chip_family = 0) {
1066 builder_.add_chip_family(chip_family);
1078 int32_t chip_family = 0) {
1085 chip_family);
2316 { auto _e = chip_family(); _o->chip_family = _e; } in UnPackTo()
[all …]
Dproto_to_flatbuffer.cc218 device_spec.num_chips(), device_paths_fb, device_spec.chip_family()); in ConvertEdgeTpuDeviceSpec()
Dconfiguration.proto205 optional int32 chip_family = 4; field
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c1288 enum radeon_family chip_family = device->physical_device->rad_info.family; in shader_variant_compile() local
1296 options->family = chip_family; in shader_variant_compile()