Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp40 bool isComponentEnabled(ComponentEnable enableMask, uint8_t component);
70 uint32_t&, uint32_t&, const ComponentEnable, const ComponentControl(&)[4], Value*(&)[4],
84 …uint32_t&, uint32_t&, const ComponentEnable, const ComponentControl(&)[4], Value*(&)[4]> Shuffle16…
403 …SWR_ASSERT(ied.ComponentPacking == ComponentEnable::XYZW, "Fetch load path doesn't support compone… in JitLoadVertices()
924 if (ied.ComponentPacking == ComponentEnable::NONE) in JitGatherVertices()
1158 ComponentEnable compMask = (ComponentEnable)ied.ComponentPacking; in JitGatherVertices()
1909 const ComponentEnable compMask = std::get<6>(args); in Shuffle8bpcGatherd16()
2153 const ComponentEnable compMask = std::get<6>(args); in Shuffle8bpcGatherd()
2267 const ComponentEnable compMask = std::get<6>(args); in Shuffle16bpcGather16()
2516 const ComponentEnable compMask = std::get<6>(args); in Shuffle16bpcGather()
[all …]
Dfetch_jit.h62 enum ComponentEnable enum
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp533 velems->fsState.layout[i].ComponentPacking = ComponentEnable::XYZW; in swr_create_vertex_elements_state()