HomeSort by relevance Sort by last modified time
    Searched full:gallivm (Results 126 - 150 of 196) sorted by null

1 2 3 4 56 7 8

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 41 #include "gallivm/lp_bld.h"
137 struct gallivm_state *gallivm; member in struct:lp_build_context
309 lp_build_elem_type(struct gallivm_state *gallivm, struct lp_type type);
313 lp_build_vec_type(struct gallivm_state *gallivm, struct lp_type type);
329 lp_build_int_elem_type(struct gallivm_state *gallivm, struct lp_type type);
333 lp_build_int_vec_type(struct gallivm_state *gallivm, struct lp_type type);
414 struct gallivm_state *gallivm,
lp_bld_assert.h 37 lp_build_assert(struct gallivm_state *gallivm,
lp_bld_tgsi.c 31 #include "gallivm/lp_bld_tgsi.h"
33 #include "gallivm/lp_bld_arit.h"
34 #include "gallivm/lp_bld_gather.h"
35 #include "gallivm/lp_bld_init.h"
36 #include "gallivm/lp_bld_intr.h"
91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
106 base->gallivm->builder, action->intr_name,
lp_bld_tgsi.h 40 #include "gallivm/lp_bld.h"
41 #include "gallivm/lp_bld_tgsi_action.h"
42 #include "gallivm/lp_bld_limits.h"
173 struct gallivm_state *gallivm,
185 struct gallivm_state *gallivm,
212 lp_build_tgsi_soa(struct gallivm_state *gallivm,
226 lp_build_tgsi_aos(struct gallivm_state *gallivm,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test.h 44 #include "gallivm/lp_bld.h"
51 #include "gallivm/lp_bld_type.h"
lp_test_blend.c 41 #include "gallivm/lp_bld_init.h"
42 #include "gallivm/lp_bld_type.h"
43 #include "gallivm/lp_bld_debug.h"
154 add_blend_test(struct gallivm_state *gallivm,
159 LLVMModuleRef module = gallivm->module;
160 LLVMContextRef context = gallivm->context;
174 vec_type = lp_build_vec_type(gallivm, type);
185 builder = gallivm->builder;
198 res = lp_build_blend_aos(gallivm, blend, &format, type, rt, src, dst, NULL, con, swizzle);
222 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res)
465 struct gallivm_state *gallivm; local
    [all...]
lp_memory.h 35 #include "gallivm/lp_bld_type.h"
lp_state_setup.h 58 struct gallivm_state *gallivm; member in struct:lp_setup_variant
lp_tex_sample.h 32 #include "gallivm/lp_bld.h"
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 44 #include "gallivm/lp_bld.h"
51 #include "gallivm/lp_bld_type.h"
lp_test_blend.c 41 #include "gallivm/lp_bld_init.h"
42 #include "gallivm/lp_bld_type.h"
43 #include "gallivm/lp_bld_debug.h"
154 add_blend_test(struct gallivm_state *gallivm,
159 LLVMModuleRef module = gallivm->module;
160 LLVMContextRef context = gallivm->context;
174 vec_type = lp_build_vec_type(gallivm, type);
185 builder = gallivm->builder;
198 res = lp_build_blend_aos(gallivm, blend, &format, type, rt, src, dst, NULL, con, swizzle);
222 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res)
465 struct gallivm_state *gallivm; local
    [all...]
lp_memory.h 35 #include "gallivm/lp_bld_type.h"
lp_state_setup.h 58 struct gallivm_state *gallivm; member in struct:lp_setup_variant
lp_tex_sample.h 32 #include "gallivm/lp_bld.h"
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
SConscript 56 source = env.compile_without_gstabs(source, "gallivm/lp_bld_misc.cpp")
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_assert.h 37 lp_build_assert(struct gallivm_state *gallivm,
lp_bld_tgsi.c 31 #include "gallivm/lp_bld_tgsi.h"
33 #include "gallivm/lp_bld_arit.h"
34 #include "gallivm/lp_bld_gather.h"
35 #include "gallivm/lp_bld_init.h"
36 #include "gallivm/lp_bld_intr.h"
91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context);
106 base->gallivm->builder, action->intr_name,
lp_bld_tgsi.h 40 #include "gallivm/lp_bld.h"
41 #include "gallivm/lp_bld_tgsi_action.h"
42 #include "gallivm/lp_bld_limits.h"
173 struct gallivm_state *gallivm,
185 struct gallivm_state *gallivm,
212 lp_build_tgsi_soa(struct gallivm_state *gallivm,
226 lp_build_tgsi_aos(struct gallivm_state *gallivm,
lp_bld_bitarit.h 40 #include "gallivm/lp_bld.h"
lp_bld_debug.h 33 #include "gallivm/lp_bld.h"
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
llvm-todo.txt 1 TODO covering gallivm/llvmpipe
  /external/mesa3d/src/gallium/auxiliary/
SConscript 56 source = env.compile_without_gstabs(source, "gallivm/lp_bld_misc.cpp")
  /external/mesa3d/src/gallium/docs/
llvm-todo.txt 1 TODO covering gallivm/llvmpipe
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.html 222 <li>gallivm: expand AoS sampling to cover all filtering modes</li>
223 <li>gallivm: fix incorrect vector shuffle datatype</li>
224 <li>gallivm: move i32_vec_type inside the #ifdef</li>
226 <li>gallivm: fix wrong return value in bitwise functions</li>
228 <li>gallivm: added missing case for PIPE_TEXTURE_RECT</li>
237 <li>gallivm: remove debug code</li>
250 <li>gallivm: fix lp_build_sample_compare()</li>
261 <li>gallivm: fix repeat() function for NPOT textures</li>
276 <li>gallivm: check for level=0 case in lp_build_minify()</li>
277 <li>gallivm: added some comments</li
    [all...]
  /external/mesa3d/docs/
relnotes-7.10.html 222 <li>gallivm: expand AoS sampling to cover all filtering modes</li>
223 <li>gallivm: fix incorrect vector shuffle datatype</li>
224 <li>gallivm: move i32_vec_type inside the #ifdef</li>
226 <li>gallivm: fix wrong return value in bitwise functions</li>
228 <li>gallivm: added missing case for PIPE_TEXTURE_RECT</li>
237 <li>gallivm: remove debug code</li>
250 <li>gallivm: fix lp_build_sample_compare()</li>
261 <li>gallivm: fix repeat() function for NPOT textures</li>
276 <li>gallivm: check for level=0 case in lp_build_minify()</li>
277 <li>gallivm: added some comments</li
    [all...]

Completed in 832 milliseconds

1 2 3 4 56 7 8