Searched refs:argBuffer (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/msl/ |
D | SymbolEnv.cpp | 193 char argBuffer[n + 1]; in fullName() local 221 snprintf(argBuffer, sizeof(argBuffer), "%i", value.i); in fullName() 222 buffer += argBuffer; in fullName() 226 snprintf(argBuffer, sizeof(argBuffer), "%u", value.u); in fullName() 227 buffer += argBuffer; in fullName() 243 snprintf(argBuffer, sizeof(argBuffer), "%u", type.getNominalSize()); in fullName() 244 buffer += argBuffer; in fullName() 248 snprintf(argBuffer, sizeof(argBuffer), "%u", type.getCols()); in fullName() 249 buffer += argBuffer; in fullName() 251 snprintf(argBuffer, sizeof(argBuffer), "%u", type.getRows()); in fullName() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.h | 708 struct svga_winsys_surface *argBuffer, 713 struct svga_winsys_surface *argBuffer, 722 struct svga_winsys_surface *argBuffer,
|
D | svga_cmd_vgpu10.c | 1464 struct svga_winsys_surface *argBuffer, in SVGA3D_sm5_DrawIndexedInstancedIndirect() argument 1475 swc->surface_relocation(swc, &cmd->argsBufferSid, NULL, argBuffer, in SVGA3D_sm5_DrawIndexedInstancedIndirect() 1487 struct svga_winsys_surface *argBuffer, in SVGA3D_sm5_DrawInstancedIndirect() argument 1498 swc->surface_relocation(swc, &cmd->argsBufferSid, NULL, argBuffer, in SVGA3D_sm5_DrawInstancedIndirect() 1532 struct svga_winsys_surface *argBuffer, in SVGA3D_sm5_DispatchIndirect() argument 1544 swc->surface_relocation(swc, &cmd->argsBufferSid, NULL, argBuffer, in SVGA3D_sm5_DispatchIndirect()
|