| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Draw.h | 38 void APIENTRY Draw(D3D10DDI_HDEVICE hDevice, UINT VertexCount, UINT StartVertexLocation); 43 UINT InstanceCount, UINT StartVertexLocation,
|
| H A D | Draw.cpp | 128 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 D | genX_gpu_memcpy.c | 221 prim.StartVertexLocation = 0;
|
| H A D | genX_cmd_buffer.c | 2860 prim.StartVertexLocation = firstVertex; 2903 prim.StartVertexLocation = firstIndex;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_gpu_memcpy.c | 242 prim.StartVertexLocation = 0;
|
| H A D | genX_cmd_buffer.c | 3946 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 D | gen45_pack.h | 1385 uint32_t StartVertexLocation; member in struct:GEN45_3DPRIMITIVE 1412 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen4_pack.h | 1356 uint32_t StartVertexLocation; member in struct:GEN4_3DPRIMITIVE 1383 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen5_pack.h | 1472 uint32_t StartVertexLocation; member in struct:GEN5_3DPRIMITIVE 1499 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen6_pack.h | 1180 uint32_t StartVertexLocation; member in struct:GEN6_3DPRIMITIVE 1209 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen7_pack.h | 1365 uint32_t StartVertexLocation; member in struct:GEN7_3DPRIMITIVE 1396 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen10_pack.h | 2794 uint32_t StartVertexLocation; member in struct:GEN10_3DPRIMITIVE 2830 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen11_pack.h | 2872 uint32_t StartVertexLocation; member in struct:GEN11_3DPRIMITIVE 2908 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen75_pack.h | 1568 uint32_t StartVertexLocation; member in struct:GEN75_3DPRIMITIVE 1600 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen8_pack.h | 1683 uint32_t StartVertexLocation; member in struct:GEN8_3DPRIMITIVE 1715 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen9_pack.h | 2753 uint32_t StartVertexLocation; member in struct:GEN9_3DPRIMITIVE 2785 __gen_uint(values->StartVertexLocation, 0, 31);
|
| /xsrc/external/mit/MesaLib/src/intel/genxml/ |
| H A D | gen45_pack.h | 1401 uint32_t StartVertexLocation; member in struct:GFX45_3DPRIMITIVE 1428 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen4_pack.h | 1372 uint32_t StartVertexLocation; member in struct:GFX4_3DPRIMITIVE 1399 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen5_pack.h | 1488 uint32_t StartVertexLocation; member in struct:GFX5_3DPRIMITIVE 1515 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen6_pack.h | 1196 uint32_t StartVertexLocation; member in struct:GFX6_3DPRIMITIVE 1225 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen7_pack.h | 1381 uint32_t StartVertexLocation; member in struct:GFX7_3DPRIMITIVE 1412 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen10_pack.h | 2794 uint32_t StartVertexLocation; member in struct:GEN10_3DPRIMITIVE 2830 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen11_pack.h | 3223 uint32_t StartVertexLocation; member in struct:GFX11_3DPRIMITIVE 3259 __gen_uint(values->StartVertexLocation, 0, 31);
|
| H A D | gen75_pack.h | 1584 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 D | iris_state.c | 5407 prim.StartVertexLocation = draw->start; 5412 prim.StartVertexLocation += draw->index_bias;
|