HomeSort by relevance Sort by last modified time
    Searched refs:class_prefix (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 24 #define DEFINE_GET_LIBRARY_METHOD(class_prefix, var_prefix) \
25 class_prefix##Library* CrosLibrary::Get##class_prefix##Library() { \
29 #define DEFINE_SET_LIBRARY_METHOD(class_prefix, var_prefix) \
30 void CrosLibrary::TestApi::Set##class_prefix##Library( \
31 class_prefix##Library* library, bool own) { \
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 258 my ($class_prefix, $reg_prefix, $reg_width, $reg_count, $sub_reg_ref, @types) = @_;
274 if ($class_prefix eq 'SReg' and $reg_width == 64) {
279 if ($class_prefix eq 'SReg' and $reg_width == 64) {
285 print "def $class_prefix\_$reg_width : RegisterClass<\"AMDGPU\", [" . join (', ', @types) . "], $reg_width,\n (add $reg_list)\n>{\n";
286 print " let SubRegClasses = [($class_prefix\_", ($reg_width / $component_count) , ' ', join(', ', @{$sub_reg_ref}), ")];\n}\n";
  /external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl 258 my ($class_prefix, $reg_prefix, $reg_width, $reg_count, $sub_reg_ref, @types) = @_;
274 if ($class_prefix eq 'SReg' and $reg_width == 64) {
279 if ($class_prefix eq 'SReg' and $reg_width == 64) {
285 print "def $class_prefix\_$reg_width : RegisterClass<\"AMDGPU\", [" . join (', ', @types) . "], $reg_width,\n (add $reg_list)\n>{\n";
286 print " let SubRegClasses = [($class_prefix\_", ($reg_width / $component_count) , ' ', join(', ', @{$sub_reg_ref}), ")];\n}\n";

Completed in 44 milliseconds