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

  /external/mesa3d/src/compiler/spirv/
nir_spirv.h 56 gl_shader_stage stage, const char *entry_point_name,
vtn_private.h 381 const char *entry_point_name; member in struct:vtn_builder
spirv_to_nir.c     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.h 254 // The entry_point_name null-terminated string defines the name of the entry
263 const char* input_file_name, const char* entry_point_name,
272 const char* input_file_name, const char* entry_point_name,
280 const char* input_file_name, const char* entry_point_name,
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc.cc 338 const char* input_file_name, const char* entry_point_name,
415 const char* input_file_name, const char* entry_point_name,
419 entry_point_name, additional_options,
426 const char* input_file_name, const char* entry_point_name,
430 entry_point_name, additional_options,
437 const char* input_file_name, const char* entry_point_name,
441 entry_point_name, additional_options,
  /art/runtime/
well_known_classes.cc 246 new_java_name, new_signature, entry_point_name) \
247 qpoints->p ## entry_point_name = reinterpret_cast<void(*)()>(new_runtime_name);
254 new_java_name, new_signature, entry_point_name) \
266 new_java_name, new_signature, entry_point_name) \
268 return kQuick ## entry_point_name; \

Completed in 146 milliseconds