Searched refs:StartVertexLocation (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDraw.h38 void APIENTRY Draw(D3D10DDI_HDEVICE hDevice, UINT VertexCount, UINT StartVertexLocation);
43 UINT InstanceCount, UINT StartVertexLocation,
H A DDraw.cpp128 UINT StartVertexLocation) // IN
139 StartVertexLocation,
215 UINT StartVertexLocation, // IN
231 StartVertexLocation,
126 Draw(D3D10DDI_HDEVICE hDevice,UINT VertexCount,UINT StartVertexLocation) argument
212 DrawInstanced(D3D10DDI_HDEVICE hDevice,UINT VertexCountPerInstance,UINT InstanceCount,UINT StartVertexLocation,UINT StartInstanceLocation) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_gpu_memcpy.c221 prim.StartVertexLocation = 0;
H A DgenX_cmd_buffer.c2860 prim.StartVertexLocation = firstVertex;
2903 prim.StartVertexLocation = firstIndex;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_gpu_memcpy.c242 prim.StartVertexLocation = 0;
H A DgenX_cmd_buffer.c3946 prim.StartVertexLocation = firstVertex;
4000 prim.StartVertexLocation = draw->firstVertex;
4052 prim.StartVertexLocation = firstIndex;
4122 prim.StartVertexLocation = draw->firstIndex;
4144 prim.StartVertexLocation = draw->firstIndex;
4162 prim.StartVertexLocation = draw->firstIndex;
/xsrc/external/mit/MesaLib.old/src/intel/genxml/
H A Dgen45_pack.h1385 uint32_t StartVertexLocation; member in struct:GEN45_3DPRIMITIVE
1412 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen4_pack.h1356 uint32_t StartVertexLocation; member in struct:GEN4_3DPRIMITIVE
1383 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen5_pack.h1472 uint32_t StartVertexLocation; member in struct:GEN5_3DPRIMITIVE
1499 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen6_pack.h1180 uint32_t StartVertexLocation; member in struct:GEN6_3DPRIMITIVE
1209 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen7_pack.h1365 uint32_t StartVertexLocation; member in struct:GEN7_3DPRIMITIVE
1396 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen10_pack.h2794 uint32_t StartVertexLocation; member in struct:GEN10_3DPRIMITIVE
2830 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen11_pack.h2872 uint32_t StartVertexLocation; member in struct:GEN11_3DPRIMITIVE
2908 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen75_pack.h1568 uint32_t StartVertexLocation; member in struct:GEN75_3DPRIMITIVE
1600 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen8_pack.h1683 uint32_t StartVertexLocation; member in struct:GEN8_3DPRIMITIVE
1715 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen9_pack.h2753 uint32_t StartVertexLocation; member in struct:GEN9_3DPRIMITIVE
2785 __gen_uint(values->StartVertexLocation, 0, 31);
/xsrc/external/mit/MesaLib/src/intel/genxml/
H A Dgen45_pack.h1401 uint32_t StartVertexLocation; member in struct:GFX45_3DPRIMITIVE
1428 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen4_pack.h1372 uint32_t StartVertexLocation; member in struct:GFX4_3DPRIMITIVE
1399 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen5_pack.h1488 uint32_t StartVertexLocation; member in struct:GFX5_3DPRIMITIVE
1515 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen6_pack.h1196 uint32_t StartVertexLocation; member in struct:GFX6_3DPRIMITIVE
1225 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen7_pack.h1381 uint32_t StartVertexLocation; member in struct:GFX7_3DPRIMITIVE
1412 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen10_pack.h2794 uint32_t StartVertexLocation; member in struct:GEN10_3DPRIMITIVE
2830 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen11_pack.h3223 uint32_t StartVertexLocation; member in struct:GFX11_3DPRIMITIVE
3259 __gen_uint(values->StartVertexLocation, 0, 31);
H A Dgen75_pack.h1584 uint32_t StartVertexLocation; member in struct:GFX75_3DPRIMITIVE
1616 __gen_uint(values->StartVertexLocation, 0, 31);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c5407 prim.StartVertexLocation = draw->start;
5412 prim.StartVertexLocation += draw->index_bias;

Completed in 341 milliseconds

12