Searched refs:total_mask (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/FasterRcnn/ |
D | bbox_assign_sample_stage2.py | 194 total_mask = self.concat((valid_pos_index, valid_neg_index)) 196 return total_bboxes, total_deltas, total_labels, total_mask
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 886 unsigned total_mask = 2 * in_elems - 1; in handle_shuffle2() local 890 mask = nir_iand(&b->nb, mask, nir_imm_intN_t(&b->nb, total_mask, mask->bit_size)); in handle_shuffle2()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 4411 unsigned clip_dist_mask, cull_dist_mask, total_mask; in radv_pipeline_generate_hw_vs() local 4414 total_mask = clip_dist_mask | cull_dist_mask; in radv_pipeline_generate_hw_vs() 4449 S_02881C_VS_OUT_CCDIST0_VEC_ENA((total_mask & 0x0f) != 0) | in radv_pipeline_generate_hw_vs() 4450 S_02881C_VS_OUT_CCDIST1_VEC_ENA((total_mask & 0xf0) != 0) | in radv_pipeline_generate_hw_vs() 4524 unsigned clip_dist_mask, cull_dist_mask, total_mask; in radv_pipeline_generate_hw_ngg() local 4527 total_mask = clip_dist_mask | cull_dist_mask; in radv_pipeline_generate_hw_ngg() 4569 S_02881C_VS_OUT_CCDIST0_VEC_ENA((total_mask & 0x0f) != 0) | in radv_pipeline_generate_hw_ngg() 4570 S_02881C_VS_OUT_CCDIST1_VEC_ENA((total_mask & 0xf0) != 0) | in radv_pipeline_generate_hw_ngg()
|