Lines Matching defs:vals
1422 float vals[4];
1426 vals[i] = color.int32[i];
1427 if (color.int32[i] != (int32_t)vals[i]) {
1434 vals[i] = color.uint32[i];
1435 if (color.uint32[i] != (uint32_t)vals[i]) {
1442 vals[i] = color.float32[i];
1458 ID3D12GraphicsCommandList1_ClearRenderTargetView(cmdbuf->cmdlist, handle, vals, rect_count, rects);
2480 uint32_t *vals = state->values + offset;
2483 ID3D12GraphicsCommandList1_SetGraphicsRoot32BitConstants(cmdbuf->cmdlist, slot, count, vals, offset);
2485 ID3D12GraphicsCommandList1_SetComputeRoot32BitConstants(cmdbuf->cmdlist, slot, count, vals, offset);