Home
last modified time | relevance | path

Searched refs:hStride (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_mov_inst.h231 Genx_HStride hStride; in CreateSingleMove() local
240 hStride = MovInst_RT::HS_1; in CreateSingleMove()
248 hStride = MovInst_RT::HS_1; in CreateSingleMove()
256 hStride = MovInst_RT::HS_1; in CreateSingleMove()
264 hStride = MovInst_RT::HS_0; in CreateSingleMove()
272 hStride = MovInst_RT::HS_0; in CreateSingleMove()
280 hStride = MovInst_RT::HS_0; in CreateSingleMove()
288 hStride = MovInst_RT::HS_0; in CreateSingleMove()
310 inst->SetSrcRegion( vStride, width, hStride ); in CreateSingleMove()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_mov_inst.h231 Genx_HStride hStride; in CreateSingleMove() local
240 hStride = MovInst_RT::HS_1; in CreateSingleMove()
248 hStride = MovInst_RT::HS_1; in CreateSingleMove()
256 hStride = MovInst_RT::HS_1; in CreateSingleMove()
264 hStride = MovInst_RT::HS_0; in CreateSingleMove()
272 hStride = MovInst_RT::HS_0; in CreateSingleMove()
280 hStride = MovInst_RT::HS_0; in CreateSingleMove()
288 hStride = MovInst_RT::HS_0; in CreateSingleMove()
310 inst->SetSrcRegion( vStride, width, hStride ); in CreateSingleMove()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/GED/
H A DGEDToIGATranslation.hpp539 Region::Horz hStride; in translateRgnH() local
542 case 0: hStride = Region::Horz::HZ_0; break; in translateRgnH()
543 case 1: hStride = Region::Horz::HZ_1; break; in translateRgnH()
544 case 2: hStride = Region::Horz::HZ_2; break; in translateRgnH()
545 case 4: hStride = Region::Horz::HZ_4; break; in translateRgnH()
546 default: hStride = Region::Horz::HZ_INVALID; break; in translateRgnH()
548 return hStride; in translateRgnH()
H A DDecoder.cpp545 uint32_t hStride = 1; in decodeBasicDestinationAlign16() local
554 hStride = 1; in decodeBasicDestinationAlign16()
562 translateRgnH(hStride), type); in decodeBasicDestinationAlign16()
598 GED_DECODE_RAW(uint32_t, hStride, DstHorzStride); in decodeBasicDestinationAlign1()
599 Region::Horz rgnHzDec = translateRgnH(hStride); in decodeBasicDestinationAlign1()
958 GED_DECODE_RAW(uint32_t, hStride, DstHorzStride); in decodeTernaryDestinationAlign1()
963 translateRgnH(hStride), in decodeTernaryDestinationAlign1()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp693 void CEncoder::SetDstRegion(uint hStride) in SetDstRegion() argument
789 unsigned short hStride = 0; in GetSourceOperand() local
802 hStride = 0; in GetSourceOperand()
813 hStride, in GetSourceOperand()
824 unsigned short hStride = 1; in GetSourceOperand() local
831 hStride = 0; in GetSourceOperand()
843 hStride, in GetSourceOperand()
869 unsigned short hStride = 1; in GetDestinationOperand() local
881 hStride, in GetDestinationOperand()
887 const unsigned short hStride = 1; in GetDestinationOperand() local
[all …]
H A DCISABuilder.hpp371 …void SetSrcRegion(uint srcNum, uint vStride, uint width, uint hStride, e_instance instance = EINST…
372 void SetDstRegion(uint hStride);
H A DEmitVISAPass.cpp10352 uint hStride = 32 / sizeInBits; in emitLoad3DInner() local
10360 m_encoder->SetSrcRegion(0, vStride, vStride / hStride, hStride); in emitLoad3DInner()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DHWConformity.h165 uint8_t hStride,
H A DVISAKernel.h170 uint16_t hStride, uint8_t rowOffset, uint8_t colOffset, VISA_Modifier modifier);
260 …cisa_decl, VISA_Modifier mod, unsigned short vStride, unsigned short width, unsigned short hStride,
263 …VISADstOperand(VISA_VectorOpnd *&opnd, VISA_GenVar *decl, unsigned short hStride, unsigned char ro…
H A DVISAKernelImpl.cpp2197 …cisa_decl, VISA_Modifier mod, unsigned short vStride, unsigned short width, unsigned short hStride, in CreateVISASrcOperand() argument
2207 …->g4opnd = CommonISABuildPreDefinedSrc(cisa_decl->index, vStride, width, hStride, rowOffset, colOf… in CreateVISASrcOperand()
2214 const RegionDesc *rd = m_builder->createRegionDesc(vStride, width, hStride); in CreateVISASrcOperand()
2229 … cisa_opnd->_opnd.v_opnd.opnd_val.gen_opnd.region = Create_CISA_Region(vStride, width, hStride); in CreateVISASrcOperand()
2239 …::CreateVISADstOperand(VISA_VectorOpnd *&cisa_opnd, VISA_GenVar *cisa_decl, unsigned short hStride, in CreateVISADstOperand() argument
2257 …d->g4opnd = m_builder->createDst(dcl->getRegVar(), rowOffset, colOffset, hStride, dcl->getElemType… in CreateVISADstOperand()
2271 cisa_opnd->_opnd.v_opnd.opnd_val.gen_opnd.region = Get_CISA_Region_Val(hStride) << 8; in CreateVISADstOperand()
9036 uint16_t hStride, uint8_t rowOffset, uint8_t colOffset, VISA_Modifier modifier) in CommonISABuildPreDefinedSrc() argument
9038 const RegionDesc *rd = m_builder->createRegionDesc(vStride, width, hStride); in CommonISABuildPreDefinedSrc()
H A DHWConformity.cpp7582 uint8_t hStride, in helperGenerateTempDst() argument
7592 uint32_t numElt = execSize == 1 ? 1 : execSize * hStride; in helperGenerateTempDst()
7593 if (numElt > 1 && isLowPrecisionFloatTy(tempDstType) && hStride == 1 && subAlign < Eight_Word) in helperGenerateTempDst()
7599 G4_DstRegRegion* dstRegion = builder.createDstRegRegion(dcl, hStride); in helperGenerateTempDst()
7605 builder.createRegionDesc(execSize * hStride, execSize, hStride); in helperGenerateTempDst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A DVISABuilderAPIDefinition.h161 …cisa_decl, VISA_Modifier mod, unsigned short vStride, unsigned short width, unsigned short hStride,
167 …VISADstOperand(VISA_VectorOpnd *&opnd, VISA_GenVar *decl, unsigned short hStride, unsigned char ro…
/dports/science/py-dlib/dlib-19.22/dlib/cuda/
H A Dcudnn_dlibapi.cpp227 int nStride, cStride, hStride, wStride; in get_size() local
237 &hStride, in get_size()
/dports/science/dlib-cpp/dlib-19.22/dlib/cuda/
H A Dcudnn_dlibapi.cpp227 int nStride, cStride, hStride, wStride; in get_size() local
237 &hStride, in get_size()