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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 123 LLVMTypeRef context_type; local
133 context_type = LLVMStructTypeInContext(lc, elem_types,
137 LLVMInvalidateStructLayout(gallivm->target, context_type);
139 LLVMAddTypeName(gallivm->module, "context", context_type);
143 gallivm->target, context_type,
146 gallivm->target, context_type,
149 gallivm->target, context_type,
152 gallivm->target, context_type,
155 gallivm->target, context_type,
158 gallivm->target, context_type,
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 123 LLVMTypeRef context_type; local
133 context_type = LLVMStructTypeInContext(lc, elem_types,
137 LLVMInvalidateStructLayout(gallivm->target, context_type);
139 LLVMAddTypeName(gallivm->module, "context", context_type);
143 gallivm->target, context_type,
146 gallivm->target, context_type,
149 gallivm->target, context_type,
152 gallivm->target, context_type,
155 gallivm->target, context_type,
158 gallivm->target, context_type,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 61 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
75 static data_type Set(data_type B, key_type K, value_type E,context_type F){
79 static data_type Remove(data_type B, key_type K, context_type F) {
83 static inline context_type MakeContext(void *p) {
111 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
122 static data_type Add(data_type B, key_type K, context_type F) {
126 static data_type Remove(data_type B, key_type K, context_type F) {
134 static inline context_type MakeContext(void *p) {
154 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
156 static data_type Add(data_type L, key_type K, context_type F)
    [all...]
ProgramState.h 377 typename ProgramStateTrait<T>::context_type get_context() const;
385 typename ProgramStateTrait<T>::context_type C) const;
399 typename ProgramStateTrait<T>::context_type C) const;
574 typename ProgramStateTrait<T>::context_type C) {
583 typename ProgramStateTrait<T>::context_type C) {
591 typename ProgramStateTrait<T>::context_type C) {
607 typename ProgramStateTrait<T>::context_type get_context() {
737 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
748 typename ProgramStateTrait<T>::context_type C) const {
771 typename ProgramStateTrait<T>::context_type C) const
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context.h 36 Feature::Context context_type);
61 Feature::Context context_type() const { function in class:extensions::ChromeV8Context
chrome_v8_context.cc 32 Feature::Context context_type)
36 context_type_(context_type),
runtime_custom_bindings.cc 74 context()->context_type(),
dispatcher.cc 293 const std::string& context_type,
299 context_type_(context_type),
652 switch (context->context_type()) {
1043 Feature::Context context_type = ClassifyJavaScriptContext( local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 159 LLVMTypeRef context_type; local
168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types,
171 LLVMAddTypeName(gallivm->module, struct_name, context_type);
173 LLVMInvalidateStructLayout(gallivm->target, context_type);
177 target, context_type, 0);
179 target, context_type, 1);
181 target, context_type, 2);
183 target, context_type,
186 target, context_type);
188 return context_type;
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 159 LLVMTypeRef context_type; local
168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types,
171 LLVMAddTypeName(gallivm->module, struct_name, context_type);
173 LLVMInvalidateStructLayout(gallivm->target, context_type);
177 target, context_type, 0);
179 target, context_type, 1);
181 target, context_type, 2);
183 target, context_type,
186 target, context_type);
188 return context_type;
290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.h 256 ThreeDAPIType context_type,
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc     [all...]

Completed in 1029 milliseconds