Home
last modified time | relevance | path

Searched refs:start_component (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython2/Tools/msi/
Dmsi.py958 root.start_component("python.exe", keyfile="python.exe")
960 root.start_component("pythonw.exe", keyfile="pythonw.exe")
968 dlldir.start_component("DLLDIR", flags = 8, keyfile = pydll, uuid = pythondll_uuid)
983 root.start_component("msvcr90", feature=private_crt)
998 DLLs.start_component()
1131 lib.start_component("TkDLLs", tcltk)
1187 lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
1192 lib.start_component("documentation", keyfile=docfile)
Dmsilib.py456 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… member in Directory
519 self.start_component(self.logical, current_feature)
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h206 unsigned start_component:2; /** 0 to 3 */ member
/external/python/cpython3/Lib/msilib/
D__init__.py258 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… member in Directory
335 self.start_component(self.logical, current_feature, 0)
/external/python/cpython2/Lib/msilib/
D__init__.py261 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… member in Directory
338 self.start_component(self.logical, current_feature, 0)
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h225 unsigned start_component:2; /** 0 to 3 */ member
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_so_emit.c176 unsigned start_comp = state->output[slot].start_component; in so_emit_prim()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_streamout.c129 << info->output[i].start_component; in svga_create_stream_output()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c304 so->output[0].start_component = 0; in main()
/external/python/cpython2/Doc/library/
Dmsilib.rst360 :meth:`start_component`, or implicitly when files are added for the first time.
368 .. method:: start_component([component[, feature[, flags[, keyfile[, uuid]]]]])
414 resulting feature object can be passed to the :meth:`start_component` method of
/external/python/cpython3/Doc/library/
Dmsilib.rst367 :meth:`start_component`, or implicitly when files are added for the first time.
375 .. method:: start_component(component=None, feature=None, flags=None, keyfile=None, uuid=None)
421 resulting feature object can be passed to the :meth:`start_component` method of
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c145 (1 << (out->num_components + out->start_component)) - 1; in link_stream_out()
206 unsigned c = j + out->start_component; in emit_stream_out()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_draw.cpp96 << so->output[i].start_component; in swr_draw_vbo()
/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexdeclaration9.c437 so->output[so_outputs].start_component = 0; in NineVertexDeclaration9_FillStreamOutputInfo()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_program.c94 … output->start_component + j); in vc5_set_transform_feedback_outputs()
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py308 dir.start_component(dir.logical, feature, 0)
/external/python/cpython2/Lib/distutils/command/
Dbdist_msi.py310 dir.start_component(dir.logical, feature, 0)
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c307 const unsigned s = pso->output[i].start_component; in nv50_program_create_strmout_state()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c291 trace_dump_member(uint, &state->stream_output.output[i], start_component); in trace_dump_shader_state()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c516 unsigned s = pso->output[i].start_component; in nvc0_program_create_tfb_state()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c495 util_dump_member(stream, uint, &state->stream_output.output[i], start_component); in util_dump_shader_state()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c229 VIRGL_OBJ_SHADER_SO_OUTPUT_START_COMPONENT(so_info->output[i].start_component) | in virgl_emit_shader_streamout()
/external/virglrenderer/tests/
Dtestvirgl_encode.c222 VIRGL_OBJ_SHADER_SO_OUTPUT_START_COMPONENT(so_info->output[i].start_component) | in virgl_emit_shader_streamout()
/external/virglrenderer/src/
Dvrend_decode.c105 so_info.output[i].start_component = (tmp >> 8) & 0x3; in vrend_decode_create_shader()
Dvrend_shader.c1536 if (ctx->so->output[i].start_component != 0) in prepare_so_movs()
1568 if (ctx->so->output[i].start_component != 0) { in emit_so_movs()
1572 unsigned idx = ctx->so->output[i].start_component + j; in emit_so_movs()

12