Searched refs:start_component (Results 1 - 24 of 24) sorted by relevance

/external/python/cpython2/Tools/msi/
H A 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)
993 #DLLs.start_component("msvcr90_dlls", 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)
H A Dmsilib.py425 through start_component, or implicitly when files are added for the first
456 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None): member in class:Directory
519 self.start_component(self.logical, current_feature)
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c176 unsigned start_comp = state->output[slot].start_component;
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c237 so->output[0].start_component = 0;
H A Dir3_compiler_nir.c1964 unsigned c = j + strmout->output[i].start_component;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h204 unsigned start_component:2; /** 0 to 3 */ member in struct:pipe_stream_output
/external/python/cpython2/Lib/msilib/
H A D__init__.py230 through start_component, or implicitly when files are added for the first
261 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None): member in class:Directory
338 self.start_component(self.logical, current_feature, 0)
/external/python/cpython3/Lib/msilib/
H A D__init__.py229 through start_component, or implicitly when files are added for the first
260 def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=None): member in class:Directory
337 self.start_component(self.logical, current_feature, 0)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_streamout.c128 << info->output[i].start_component;
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_draw.cpp125 << so->output[i].start_component;
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c151 (1 << (out->num_components + out->start_component)) - 1;
212 unsigned c = j + out->start_component;
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c305 const unsigned s = pso->output[i].start_component;
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dvertexdeclaration9.c437 so->output[so_outputs].start_component = 0;
/external/python/cpython2/Lib/distutils/command/
H A Dbdist_msi.py310 dir.start_component(dir.logical, feature, 0)
/external/python/cpython3/Lib/distutils/command/
H A Dbdist_msi.py308 dir.start_component(dir.logical, feature, 0)
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_shader.c839 assert(so_info->output[i].start_component == 0);
844 decl->component_base = so_info->output[i].start_component;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c483 util_dump_member(stream, uint, &state->stream_output.output[i], start_component);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c515 unsigned s = pso->output[i].start_component;
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.c291 trace_dump_member(uint, &state->stream_output.output[i], start_component);
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dilo_shader_gs.c477 out = tsrc_offset(out, 0, gcc->so_info->output[j].start_component);
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c229 VIRGL_OBJ_SHADER_SO_OUTPUT_START_COMPONENT(so_info->output[i].start_component) |
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c117 so->output[i].start_component;
128 so->output[i].dst_offset < so->output[i].start_component ? " (will lower)" : "");
2011 start_comp[i] = so->output[i].start_component;
2012 /* Lower outputs with dst_offset < start_component.
2018 if (so->output[i].dst_offset < so->output[i].start_component) {
2026 alu.src[0].chan = so->output[i].start_component + j;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2277 so->output[i].start_component;
2298 unsigned start = stream_out->start_component;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp7026 so->output[i].start_component = info->Outputs[i].ComponentOffset;

Completed in 751 milliseconds