Home
last modified time | relevance | path

Searched refs:samp_type (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
Dperf_to_tracing.py113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm): argument
119 self.type = samp_type
153 samp_type = param_dict['ev_name']
197 samp_type,
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c460 const char *samp_type, in util_make_fs_blit_msaa_gen() argument
503 snprintf(text, sizeof(text), shader_templ, type, samp_type, in util_make_fs_blit_msaa_gen()
538 snprintf(text, sizeof(text), shader_templ, type, samp_type, in util_make_fs_blit_msaa_gen()
570 const char *samp_type; in util_make_fs_blit_msaa_color() local
574 samp_type = "UINT"; in util_make_fs_blit_msaa_color()
580 samp_type = "SINT"; in util_make_fs_blit_msaa_color()
587 samp_type = "FLOAT"; in util_make_fs_blit_msaa_color()
591 samp_type, "COLOR[0]", "", conversion); in util_make_fs_blit_msaa_color()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear_llvm.c431 LLVMTypeRef samp_type = variant->jit_linear_textures_type; in llvmpipe_fs_variant_linear_llvm() local
432 LLVMValueRef elem = lp_build_array_get2(bld.gallivm, samp_type, samplers_ptr, index); in llvmpipe_fs_variant_linear_llvm()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_jit_types.c537 LLVMTypeRef samp_type = LLVMStructGetTypeAtIndex(resources_type, LP_JIT_RES_SAMPLERS); in LP_BUILD_LLVM_TEXTURE_MEMBER() local
538 LLVMTypeRef res_type = LLVMStructGetTypeAtIndex(LLVMGetElementType(samp_type), member_index); in LP_BUILD_LLVM_TEXTURE_MEMBER()