Home
last modified time | relevance | path

Searched refs:entrypoints (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_entrypoints_gen.py68 entrypoints = []
80 entrypoints.append((type, shortname, params, i, hash(fullname), guard))
81 return entrypoints
89 entrypoints = extension.findall('./require/command')
90 for entrypoint in entrypoints:
96 entrypoints = get_entrypoints(doc, get_entrypoints_defines(doc)) variable
100 entrypoints.append(('VkResult', 'CreateDmaBufImageINTEL',
105 'VkImage* pImage', len(entrypoints),
116 print " void *entrypoints[%d];" % len(entrypoints)
119 for type, name, args, num, h, guard in entrypoints:
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_entrypoints_gen.py68 entrypoints = []
80 entrypoints.append((type, shortname, params, i, hash(fullname), guard))
81 return entrypoints
89 entrypoints = extension.findall('./require/command')
90 for entrypoint in entrypoints:
96 entrypoints = get_entrypoints(doc, get_entrypoints_defines(doc)) variable
106 print " void *entrypoints[%d];" % len(entrypoints)
109 for type, name, args, num, h, guard in entrypoints:
122 for type, name, args, num, h, guard in entrypoints:
171 for type, name, args, num, h, guard in entrypoints:
[all …]
/external/selinux/python/sepolicy/sepolicy/
D__init__.py650entrypoints = list(filter(lambda x: x['target'] == entrypoint, search([TRANSITION], {'source': "in…
651 return entrypoints[0]["transtype"]
662 entrypoints = []
666 entrypoints.append(i.target)
670 return entrypoints
677 entrypoints = {}
681 if transtype in entrypoints:
682 entrypoints[transtype].append(str(i.target))
684 entrypoints[transtype] = [str(i.target)]
688 return entrypoints
[all …]
Dmanpage.py941entrypoints = [x['target'] for x in sepolicy.search([sepolicy.ALLOW], {'source': self.type, 'perml…
942 if len(entrypoints) == 0:
948 if len(entrypoints) > 1:
949 entrypoints_str = "\\fB%s\\fP file types" % ", ".join(entrypoints)
951 entrypoints_str = "\\fB%s\\fP file type" % entrypoints[0]
958 if "bin_t" in entrypoints:
959 entrypoints.remove("bin_t")
964 for entrypoint in entrypoints:
Dgui.py1127 self.entrypoints = sepolicy.get_entrypoints(application)
1128 for exe in self.entrypoints.keys():
1129 if len(self.entrypoints[exe]) == 0:
1131 file_class = self.entrypoints[exe][1]
1132 for path in self.entrypoints[exe][0]:
1649 if ipage == EXE_PAGE and self.entrypoints != None:
1650 for exe in self.entrypoints.keys():
/external/libmojo/mojo/edk/embedder/
DBUILD.gn39 "entrypoints.cc",
40 "entrypoints.h",
/external/vulkan-validation-layers/loader/
Dloader.c701 loader_instance_heap_free(inst, dev_ext_list->list->entrypoints[j]);
703 loader_instance_heap_free(inst, dev_ext_list->list->entrypoints);
980 ext_list->list[idx].entrypoints =
983 if (ext_list->list[idx].entrypoints == NULL) {
988 ext_list->list[idx].entrypoints[i] = loader_instance_heap_alloc(
990 if (ext_list->list[idx].entrypoints[i] == NULL) {
993 ext_list->list[idx].entrypoints[j]);
995 loader_instance_heap_free(inst, ext_list->list[idx].entrypoints);
997 ext_list->list[idx].entrypoints = NULL;
1000 strcpy(ext_list->list[idx].entrypoints[i], entrys[i]);
[all …]
Dloader.h101 char **entrypoints; member
DLoaderAndLayerInterface.md883 "entrypoints": ["vkCmdDbgMarkerBegin", "vkCmdDbgMarkerEnd"]
1022 "entrypoints": ["vkCmdDbgMarkerBegin", "vkCmdDbgMarkerEnd"]
1301 must have the node "entrypoints" if the device extension adds Vulkan API commands,
1303 The "entrypoint" node is an array of the names of all entrypoints added by the
1310 "entrypoints": ["vkCmdDbgMarkerBegin", "vkCmdDbgMarkerEnd"]
/external/selinux/python/sepolicy/sepolicy/help/
Dfiles_exec.txt4 In SELinux these are called entrypoints. SELinux controls the executable files that can be used as…
/external/libvncserver/libvncclient/
Dh264.c219 VAEntrypoint entrypoints[5]; in h264_init_decoder() local
224 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints, &num_entrypoints); in h264_init_decoder()
228 if (entrypoints[i] == VAEntrypointVLD) { in h264_init_decoder()
/external/mesa3d/src/egl/main/
DREADME.txt27 populated with all the EGL entrypoints. Typically, _eglInitDriverFallbacks()
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
Dcontract.ll119 ; Those entrypoints don't exist yet though.
Drv.ll115 ; Those entrypoints don't exist yet though.
/external/clang/test/CodeGenObjC/
Dexceptions.m144 // The finally cleanup has two threaded entrypoints after optimization:
/external/libmojo/
DAndroid.mk83 mojo/edk/embedder/entrypoints.cc \
/external/llvm/test/Transforms/ObjCARC/
Dcontract.ll120 ; Those entrypoints don't exist yet though.
Drv.ll115 ; Those entrypoints don't exist yet though.
/external/vulkan-validation-layers/layers/
DREADME.md14 library. Undefined entrypoints in the Layer library will be passed to the next Layer which
Dcore_validation.cpp2864 spirv_inst_iter entrypoints[5]; in validate_and_capture_pipeline_shader_state() local
2865 memset(entrypoints, 0, sizeof(entrypoints)); in validate_and_capture_pipeline_shader_state()
2873 &shaders[stage_id], &entrypoints[stage_id], in validate_and_capture_pipeline_shader_state()
2888 …pass &= validate_vi_against_vs_inputs(report_data, vi, shaders[vertex_stage], entrypoints[vertex_s… in validate_and_capture_pipeline_shader_state()
2903 … shaders[producer], entrypoints[producer], &shader_stage_attribs[producer], in validate_and_capture_pipeline_shader_state()
2904 … shaders[consumer], entrypoints[consumer], &shader_stage_attribs[consumer]); in validate_and_capture_pipeline_shader_state()
2911 …e_fs_outputs_against_render_pass(report_data, shaders[fragment_stage], entrypoints[fragment_stage], in validate_and_capture_pipeline_shader_state()
/external/mesa3d/docs/
DlibGL.txt150 The __driRegisterExtensions() function can add new entrypoints to libGL
/external/clang/docs/
DAutomaticReferenceCounting.rst1961 The runtime must provide a number of new entrypoints which the compiler may