Home
last modified time | relevance | path

Searched refs:ByteWidth (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
Dd3d11spikysphere.cpp121 bufferd.ByteWidth = sizeof(vertex_data); in init()
134 cbd.ByteWidth = (sizeof(cb_frame_t) + 15) & ~15; in init()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
Dd3d10tri.cpp72 bufferd.ByteWidth = sizeof(vertices); in init()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
Dd3d11tri.cpp73 bufferd.ByteWidth = sizeof(vertices); in init()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h113 bufferd.ByteWidth = index_offset + index_format * num_indices; in topology()
115 char* data = (char*)malloc(bufferd.ByteWidth); in topology()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.cpp412 sVBBufferDesc.ByteWidth = psMesh->nV * 2 * 3 * sizeof(*pvData); in PVRTShadowVolMeshInitMesh()
519 sIdxBuferDesc.ByteWidth = psMesh->nT * 2 * 3 * sizeof(unsigned short); in PVRTShadowVolMeshInitVol()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp537 bufferd.ByteWidth = sizeof(cbuf_t); in init()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2274 Optional<size_t> ByteWidth = getLengthOnSingleLine(SM, EdgeRange); in removePunyEdges() local
2277 if (!ByteWidth) in removePunyEdges()
2281 if (*ByteWidth <= MAX_PUNY_EDGE_LENGTH) { in removePunyEdges()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h941 …HRESULT hr = create_resource(PIPE_BUFFER, desc->ByteWidth, 1, 1, 1, 1, DXGI_FORMAT_R8_UNORM, 0, de… in CreateBuffer()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3d10.idl497 UINT ByteWidth;
Dd3d11.idl721 UINT ByteWidth;