Searched refs:test_mask (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | ras_tests.c | 370 struct ras_test_mask test_mask; member in struct:amdgpu_ras_data 380 struct ras_test_mask test_mask; member in struct:ras_DID_test_mask 476 return ras_DID_array[i].test_mask; 543 ras_block_mask_inject = devices[card].test_mask.inject_mask; 544 ras_block_mask_query = devices[card].test_mask.query_mask; 545 ras_block_mask_basic = devices[card].test_mask.basic_mask; 942 struct ras_test_mask test_mask; local in function:suite_ras_tests_init 978 test_mask = amdgpu_ras_get_test_mask(device); 981 device_handle, id, capability, test_mask,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 63 /* If any bits in test_mask are set, then unset them and return true. */ 65 unmask32(uint32_t *inout_mask, uint32_t test_mask) argument 68 *inout_mask &= ~test_mask;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 56 /* If any bits in test_mask are set, then unset them and return true. */ 58 unmask32(uint32_t *inout_mask, uint32_t test_mask) argument 61 *inout_mask &= ~test_mask;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 72 /* If any bits in test_mask are set, then unset them and return true. */ 74 unmask32(uint32_t *inout_mask, uint32_t test_mask) argument 77 *inout_mask &= ~test_mask;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_tess_io.cpp | 246 unsigned test_mask = (0x3 << 2 * i); local in function:emit_store_lds 247 if (!(orig_writemask & test_mask)) 250 uint32_t writemask = test_mask >> nir_intrinsic_component(op);
|
| H A D | sfn_nir.cpp | 637 unsigned test_mask = (0x3 << 2 * i); local in function:r600_lower_shared_io_impl 638 if (!(nir_intrinsic_write_mask(op) & test_mask)) 642 unsigned writemask = nir_intrinsic_write_mask(op) & test_mask;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 69 /* If any bits in test_mask are set, then unset them and return true. */ 71 unmask32(uint32_t *inout_mask, uint32_t test_mask) argument 74 *inout_mask &= ~test_mask;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 58 /* If any bits in test_mask are set, then unset them and return true. */ 60 unmask32(uint32_t *inout_mask, uint32_t test_mask) argument 63 *inout_mask &= ~test_mask;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 63 /* If any bits in test_mask are set, then unset them and return true. */ 65 unmask32(uint32_t *inout_mask, uint32_t test_mask) argument 68 *inout_mask &= ~test_mask;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 1667 const static uint32_t test_mask[] = { XCB_EVENT_MASK_RESIZE_REDIRECT | local in function:CheckAnotherWindowManager 1674 test_mask);
|
Completed in 15 milliseconds