/external/python/cpython2/Tools/msi/ |
D | msi.py | 958 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)
|
D | msilib.py | 456 …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/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_gallium.c | 155 i->output[n].start_component = p->output[n].start_component; in copy_stream_out()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_vertexstageexport.cpp | 326 start_comp[i] = m_so_info->output[i].start_component; in emit_stream() 333 if (m_so_info->output[i].dst_offset < m_so_info->output[i].start_component) { in emit_stream() 335 int sc = m_so_info->output[i].start_component; in emit_stream()
|
/external/python/cpython3/Lib/test/ |
D | test_msilib.py | 105 dir.start_component(None, feature, None, 'keyfile')
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_state.h | 206 unsigned start_component:2; /** 0 to 3 */ member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_streamout.c | 203 info->output[i].start_component, in svga_create_stream_output() 266 << info->output[i].start_component; in svga_create_stream_output()
|
/external/python/cpython2/Lib/msilib/ |
D | __init__.py | 261 …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/python/cpython3/Lib/msilib/ |
D | __init__.py | 258 …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/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 244 unsigned start_component:2; /** 0 to 3 */ member
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 126 ntt_tgsi_usage_mask(unsigned start_component, unsigned num_components, in ntt_tgsi_usage_mask() argument 130 u_bit_consecutive(start_component, num_components); in ntt_tgsi_usage_mask() 133 if (start_component >= 2) in ntt_tgsi_usage_mask() 1032 int start_component = nir_intrinsic_component(instr); in ntt_emit_load_ubo_vec4() local 1034 start_component *= 2; in ntt_emit_load_ubo_vec4() 1036 src = ntt_shift_by_frac(src, start_component, in ntt_emit_load_ubo_vec4()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_so_emit.c | 184 unsigned start_comp = state->output[slot].start_component; in so_emit_prim()
|
/external/python/cpython2/Doc/library/ |
D | msilib.rst | 360 :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/ |
D | msilib.rst | 367 :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/swr/ |
D | swr_draw.cpp | 108 << so->output[i].start_component; in swr_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_program.c | 101 (1 << (out->num_components + out->start_component)) - 1; in link_stream_out() 162 unsigned c = j + out->start_component; in emit_stream_out()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 912 if (so_output.start_component) in emit_so_info() 913 spirv_builder_emit_component(&ctx->builder, var_id, so_output.start_component); in emit_so_info() 916 *key = (uint32_t)so_output.register_index << 2 | so_output.start_component; in emit_so_info() 933 uint32_t so_key = (uint32_t) so_output.register_index << 2 | so_output.start_component; in emit_so_outputs() 950 components[c] = so_output.start_component + c; in emit_so_outputs() 976 uint32_t member[] = { so_output.start_component + c }; in emit_so_outputs()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.h | 207 unsigned start_component:2; /** 0 to 3 */ member
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | vertexdeclaration9.c | 437 so->output[so_outputs].start_component = 0; in NineVertexDeclaration9_FillStreamOutputInfo()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_program.c | 129 (1 << (out->num_components + out->start_component)) - 1; in link_stream_out() 194 unsigned c = j + out->start_component; in setup_stream_out()
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_msi.py | 316 dir.start_component(dir.logical, feature, 0)
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_msi.py | 310 dir.start_component(dir.logical, feature, 0)
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 309 const unsigned s = pso->output[i].start_component; in nv50_program_create_strmout_state()
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 293 trace_dump_member(uint, &state->stream_output.output[i], start_component); in trace_dump_shader_state()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 343 output->start_component = 1; in update_so_info() 348 output->start_component = 2; in update_so_info() 352 output->start_component = 3; in update_so_info()
|