HomeSort by relevance Sort by last modified time
    Searched refs:immd (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.h 61 uint32_t *immd; member in struct:nv50_program
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 61 uint32_t *immd; member in struct:nv50_program
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 132 } immd; member in struct:nv50_ir_prog_info
nv50_ir_from_tgsi.cpp 107 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
633 if (info->immd.data)
634 FREE(info->immd.data);
635 if (info->immd.type)
636 FREE(info->immd.type);
659 info->immd.bufSize = 0;
675 info->immd.data = (uint32_t *)MALLOC(scan.immediate_count * 16);
676 info->immd.type = (ubyte *)MALLOC(scan.immediate_count * sizeof(ubyte));
756 const unsigned n = info->immd.count++;
761 info->immd.data[n * 4 + c] = imm->u[c].Uint
    [all...]
nv50_ir_from_sm4.cpp 868 info.immd.bufSize = dcl.num * 4;
869 info.immd.buf = (uint32_t *)MALLOC(info.immd.bufSize);
870 memcpy(info.immd.buf, dcl.data, info.immd.bufSize);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 132 } immd; member in struct:nv50_ir_prog_info
nv50_ir_from_tgsi.cpp 107 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
633 if (info->immd.data)
634 FREE(info->immd.data);
635 if (info->immd.type)
636 FREE(info->immd.type);
659 info->immd.bufSize = 0;
675 info->immd.data = (uint32_t *)MALLOC(scan.immediate_count * 16);
676 info->immd.type = (ubyte *)MALLOC(scan.immediate_count * sizeof(ubyte));
756 const unsigned n = info->immd.count++;
761 info->immd.data[n * 4 + c] = imm->u[c].Uint
    [all...]
nv50_ir_from_sm4.cpp 868 info.immd.bufSize = dcl.num * 4;
869 info.immd.buf = (uint32_t *)MALLOC(info.immd.bufSize);
870 memcpy(info.immd.buf, dcl.data, info.immd.bufSize);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.c 582 prog->immd_data = info->immd.buf;
583 prog->immd_size = info->immd.bufSize;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.c 582 prog->immd_data = info->immd.buf;
583 prog->immd_size = info->immd.bufSize;

Completed in 81 milliseconds