Home
last modified time | relevance | path

Searched refs:core_props (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py1780 core_props = copy.deepcopy(function_props)
1784 core_props['essl_level'] = core_level
1785 del core_props['essl_extension']
1786 suffix = core_props['suffix'] if 'suffix' in core_props else ''
1788 core_props['suffix'] = suffix
1790 process_single_function(shader_type, group_name, core_props, symbols, variables,
2022 core_props = copy.deepcopy(props)
2026 core_props['essl_level'] = core_level
2027 del core_props['essl_extension']
2028 suffix = core_props['suffix'] if 'suffix' in core_props else ''
[all …]
/external/ComputeLibrary/tests/framework/instruments/
DMaliCounter.cpp92 hw_info.gpu_id = props.props.core_props.product_id; in get_mali_hw_info()
93 hw_info.r_value = props.props.core_props.major_revision; in get_mali_hw_info()
94 hw_info.p_value = props.props.core_props.minor_revision; in get_mali_hw_info()
Dhwc.hpp152 mali_base_gpu_core_props core_props; member