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

  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 135 unsigned Index2D:16; /**< UINT */
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 886 if (decl->Dim.Index2D >= immdArrayCount)
887 immdArrayCount = decl->Dim.Index2D + 1;
888 immdArrays[decl->Dim.Index2D].u32 = (last + 1) << 2;
898 immdArrays[decl->Dim.Index2D].u32 |= c;
904 // NOTE: this assumes array declarations are ordered by Dim.Index2D
911 if (decl->Dim.Index2D >= tempArrayCount)
912 tempArrayCount = decl->Dim.Index2D + 1;
913 tempArrays[decl->Dim.Index2D].u32 = (last + 1) << 2;
923 tempArrays[decl->Dim.Index2D].u32 |= c;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 424 fill_scan_register2d(reg, file, i, decl->Dim.Index2D);
tgsi_build.c 187 dd.Index2D = index_2d;
392 *dd = tgsi_build_declaration_dimension(full_decl->Dim.Index2D,
    [all...]
tgsi_dump.c 258 SID(decl->Dim.Index2D);
tgsi_text.c 1098 decl.Dim.Index2D = brackets[0].first;
    [all...]
tgsi_ureg.c 457 unsigned index2D)
459 struct const_decl *decl = &ureg->const_decls2D[index2D];
461 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS);
    [all...]

Completed in 184 milliseconds