HomeSort by relevance Sort by last modified time
    Searched refs:src_type (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
space.h 87 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
set.h 332 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
335 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
dim.h 80 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
polynomial.h 78 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
213 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
292 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
383 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
space.h 87 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
set.h 332 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
335 enum isl_dim_type src_type, unsigned src_pos, unsigned n);
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 610 instr->src[src_number].src_type = nir_tex_src_coord;
615 instr->src[src_number].src_type = nir_tex_src_projector;
621 instr->src[src_number].src_type = nir_tex_src_bias;
627 instr->src[src_number].src_type = nir_tex_src_lod;
637 instr->src[src_number].src_type = nir_tex_src_comparator;
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 326 mov->cat1.src_type = TYPE_U32;
407 mov->cat1.src_type = TYPE_F32;
422 mov->cat1.src_type = TYPE_U32;
458 mov->cat1.src_type = TYPE_U32;
481 mov->cat1.src_type = TYPE_U32;
509 mov->cat1.src_type = TYPE_U32;
    [all...]
ir3.c 166 !((src->flags ^ type_flags(instr->cat1.src_type)) & IR3_REG_HALF));
191 cat1->src_type = instr->cat1.src_type;
ir3_ra.c 946 instr->cat1.src_type = half_type(instr->cat1.src_type);
  /external/opencv/cv/src/
cvmorph.cpp 225 int cn = CV_MAT_CN(src_type);
282 int i, cn = CV_MAT_CN(src_type);
325 int pix_size = CV_ELEM_SIZE(src_type);
328 if( CV_MAT_DEPTH(src_type) != CV_32F )
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 797 mirror::Class* src_type = shadow_frame->GetVRegReference(arg_offset)->GetClass()-> local
800 if (!src_type->IsPrimitive()) {
    [all...]
  /external/libdrm/intel/
intel_decode.c 710 i915_get_instruction_src_name(uint32_t src_type, uint32_t src_nr, char *name)
712 switch (src_type) {
753 fprintf(out, "bad src reg type %d\n", src_type);
813 i915_get_instruction_addr(uint32_t src_type, uint32_t src_nr, char *name)
815 switch (src_type) {
846 fprintf(out, "bad src reg type %d\n", src_type);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 98 tex->src[0].src_type = nir_tex_src_coord;
152 tex->src[0].src_type = nir_tex_src_coord;
206 tex->src[0].src_type = nir_tex_src_coord;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
descriptor_sets.cpp 528 auto src_type = src_set->GetTypeFromBinding(update->srcBinding);
530 if (src_type != dst_type) {
534 << update->srcBinding << " with type " << string_VkDescriptorType(src_type) << ". Types do not match.";
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
descriptor_sets.cpp 528 auto src_type = src_set->GetTypeFromBinding(update->srcBinding);
530 if (src_type != dst_type) {
534 << update->srcBinding << " with type " << string_VkDescriptorType(src_type) << ". Types do not match.";
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.cpp 528 auto src_type = src_set->GetTypeFromBinding(update->srcBinding);
530 if (src_type != dst_type) {
534 << update->srcBinding << " with type " << string_VkDescriptorType(src_type) << ". Types do not match.";
    [all...]
  /external/v8/src/arm/
assembler-arm.cc     [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp     [all...]
  /art/runtime/
common_throws.cc 147 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) {
150 mirror::Class::PrettyDescriptor(src_type).c_str(),
  /external/mesa3d/src/compiler/nir/
nir_clone.c 411 ntex->src[i].src_type = tex->src[i].src_type;
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 38 SRC_TYPE = 0
47 str_to_field = { "source" : SRC_TYPE, "target" : TGT_TYPE, "object" : OBJ_CLASS,
477 self.src_types.add(av.src_type)
478 if av.src_type == av.tgt_type:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 38 SRC_TYPE = 0
47 str_to_field = { "source" : SRC_TYPE, "target" : TGT_TYPE, "object" : OBJ_CLASS,
477 self.src_types.add(av.src_type)
478 if av.src_type == av.tgt_type:
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 191 tex->src[0].src_type = nir_tex_src_coord;
209 tex->src[1].src_type = nir_tex_src_lod;
225 tex->src[1].src_type = nir_tex_src_lod;
243 tex->src[1].src_type = nir_tex_src_ms_index;
252 tex->src[2].src_type = nir_tex_src_ms_mcs;
    [all...]

Completed in 1300 milliseconds

1 2 34 5