Home
last modified time | relevance | path

Searched refs:MMEDrawMode (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/macro/
H A Dmacro_hle.cpp31 maxwell3d.mme_draw.current_mode = Engines::Maxwell3D::MMEDrawMode::Undefined; in HLE_771BB18C62444DA0()
49 maxwell3d.mme_draw.current_mode = Engines::Maxwell3D::MMEDrawMode::Undefined; in HLE_0D61FC9FAAC9FCAD()
78 maxwell3d.mme_draw.current_mode = Engines::Maxwell3D::MMEDrawMode::Undefined; in HLE_0217920100488FF7()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/engines/
H A Dmaxwell_3d.cpp243 if (mme_draw.current_mode != MMEDrawMode::Undefined) { in CallMacroMethod()
313 void Maxwell3D::StepInstance(const MMEDrawMode expected_mode, const u32 count) { in StepInstance()
314 if (mme_draw.current_mode == MMEDrawMode::Undefined) { in StepInstance()
342 const MMEDrawMode expected_mode = method == MAXWELL3D_REG_INDEX(vertex_buffer.count) in CallMethodFromMME()
343 ? MMEDrawMode::Array in CallMethodFromMME()
344 : MMEDrawMode::Indexed; in CallMethodFromMME()
354 if (mme_draw.current_mode != MMEDrawMode::Undefined) { in CallMethodFromMME()
371 const bool is_indexed = mme_draw.current_mode == MMEDrawMode::Indexed; in FlushMMEInlineDraw()
385 mme_draw.current_mode = MMEDrawMode::Undefined; in FlushMMEInlineDraw()
H A Dmaxwell_3d.h1440 enum class MMEDrawMode : u32 { enum
1447 MMEDrawMode current_mode{MMEDrawMode::Undefined};
1530 void StepInstance(MMEDrawMode expected_mode, u32 count);