Home
last modified time | relevance | path

Searched refs:mask_id (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Dclspv_helper.cc201 auto mask_id = inst->words[inst->operands[6].offset]; in ParseExtendedInst() local
202 helper->pipeline->AddSampler(helper->constants[mask_id], in ParseExtendedInst()
/third_party/ffmpeg/libavcodec/
H A Dvp9block.c1210 int mask_id = (tx == TX_8X8); in mask_edges() local
1227 mask[0][y][mask_id] |= m_row; in mask_edges()
1239 mask[1][y][mask_id] |= m_col; in mask_edges()
1242 int mask_id; in mask_edges() local
1244 mask_id = (tx == TX_8X8) || (h == ss_v); in mask_edges()
1245 mask[1][row_and_7][mask_id] |= m_col; in mask_edges()
1246 mask_id = (tx == TX_8X8) || (w == ss_h); in mask_edges()
1248 mask[0][y][mask_id] |= t; in mask_edges()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp498 uint32_t mask_id = inst->GetSingleWordInOperand(2); in ReplaceMbcnt() local
499 Instruction* mask_inst = def_use_mgr->GetDef(mask_id); in ReplaceMbcnt()
514 bitcast->result_id(), mask_id); in ReplaceMbcnt()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Damd_ext_to_khr.cpp498 uint32_t mask_id = inst->GetSingleWordInOperand(2); in ReplaceMbcnt() local
499 Instruction* mask_inst = def_use_mgr->GetDef(mask_id); in ReplaceMbcnt()
514 bitcast->result_id(), mask_id); in ReplaceMbcnt()
/third_party/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp503 uint32_t mask_id = inst->GetSingleWordInOperand(2); in ReplaceMbcnt() local
504 Instruction* mask_inst = def_use_mgr->GetDef(mask_id); in ReplaceMbcnt()
520 bitcast->result_id(), mask_id); in ReplaceMbcnt()

Completed in 9 milliseconds