Searched refs:check_bit (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/tools/ |
D | intel_reg_checker.c | 59 check_bit(uint32_t val, int bit, const char *bitname, bool set) in check_bit() function 98 check_bit(mi_mode, 14, "Async Flip Performance mode", true); in check_mi_mode() 107 check_bit(mi_mode, 12, "MI_FLUSH enable", true); in check_mi_mode() 114 check_bit(mi_mode, 7, "Vertex Shader Cache Mode", false); in check_mi_mode() 121 check_bit(mi_mode, 6, "Vertex Shader Timer Dispatch Enable", true); in check_mi_mode() 170 check_bit(gt_mode, 6, in check_gt_mode() 213 check_bit(cache_mode_0, 5, "STC LRA Eviction Policy", false); in check_cache_mode_0() 215 check_bit(cache_mode_0, 4, "RCC LRA Eviction Policy", false); in check_cache_mode_0() 231 check_bit(cache_mode_0, 0, "Render Cache Operational Flush", false); in check_cache_mode_0() 262 check_bit(cache_mode_1, 12, "HIZ LRA Eviction Policy", false); in check_cache_mode_1() [all …]
|
/external/deqp-deps/glslang/SPIRV/ |
D | hex_float.h | 589 for (uint_type check_bit = first_exponent_bit >> 1; check_bit != 0; 590 check_bit = static_cast<uint_type>(check_bit >> 1)) { 592 if (check_bit & significand) break;
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 659 for (uint_type check_bit = first_exponent_bit >> 1; check_bit != 0; 660 check_bit = static_cast<uint_type>(check_bit >> 1)) { 662 if (check_bit & significand) break;
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 659 for (uint_type check_bit = first_exponent_bit >> 1; check_bit != 0; 660 check_bit = static_cast<uint_type>(check_bit >> 1)) { 662 if (check_bit & significand) break;
|