Home
last modified time | relevance | path

Searched defs:base_type (Results 1 – 25 of 56) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
Dvalidate_constants.cpp289 auto base_type = _.FindDef(instruction[2]); in IsTypeNullable() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
193 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass() local
Dvalidate_constants.cpp289 auto base_type = _.FindDef(instruction[2]); in IsTypeNullable() local
/external/webrtc/webrtc/base/
Dsigslotrepeater.h30 typedef signal0<mt_policy> base_type; typedef
46 typedef signal1<arg1_type, mt_policy> base_type; typedef
62 typedef signal2<arg1_type, arg2_type, mt_policy> base_type; typedef
79 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type; typedef
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp223 Instruction* base_type = in IsVulkanStorageImage() local
249 Instruction* base_type = in IsVulkanSampledImage() local
275 Instruction* base_type = in IsVulkanStorageTexelBuffer() local
297 Instruction* base_type = in IsVulkanStorageBuffer() local
331 Instruction* base_type = in IsVulkanUniformBuffer() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp223 Instruction* base_type = in IsVulkanStorageImage() local
249 Instruction* base_type = in IsVulkanSampledImage() local
275 Instruction* base_type = in IsVulkanStorageTexelBuffer() local
297 Instruction* base_type = in IsVulkanStorageBuffer() local
331 Instruction* base_type = in IsVulkanUniformBuffer() local
/external/mesa3d/src/compiler/
Dnir_types.cpp349 glsl_scalar_type(enum glsl_base_type base_type) in glsl_scalar_type()
355 glsl_vector_type(enum glsl_base_type base_type, unsigned components) in glsl_vector_type()
362 glsl_matrix_type(enum glsl_base_type base_type, unsigned rows, unsigned columns) in glsl_matrix_type()
394 enum glsl_base_type base_type) in glsl_sampler_type()
407 enum glsl_base_type base_type) in glsl_image_type()
Dglsl_types.cpp39 glsl_base_type base_type, unsigned vector_elements, in glsl_type()
72 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type, in glsl_type()
623 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) in get_instance()
1415 const glsl_type *base_type = st->fields.array; in record_location_offset() local
2256 glsl_base_type base_type = (glsl_base_type) (u >> 24); in decode_type_from_blob() local
/external/mesa3d/src/compiler/glsl/tests/
Duniform_initializer_utils.cpp166 generate_data(void *mem_ctx, enum glsl_base_type base_type, in generate_data()
180 generate_array_data(void *mem_ctx, enum glsl_base_type base_type, in generate_array_data()
/external/pdfium/third_party/agg23/
Dagg_conv_dash.h30 typedef conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> base_type; typedef
Dagg_vertex_sequence.h31 typedef pod_deque<T, S> base_type; typedef
Dagg_conv_stroke.h31 typedef conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> base_type; typedef
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_initializers.cpp50 const enum glsl_base_type base_type, in copy_constant_to_storage()
241 const enum glsl_base_type base_type = in set_uniform_initializer() local
Dlink_uniforms.cpp580 bool set_opaque_indices(const glsl_type *base_type, in set_opaque_indices()
642 void handle_samplers(const glsl_type *base_type, in handle_samplers()
685 void handle_images(const glsl_type *base_type, in handle_images()
729 void handle_subroutines(const glsl_type *base_type, in handle_subroutines()
802 const glsl_type *base_type; in visit_field() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c252 enum glsl_base_type base_type = in si_nir_scan_shader() local
433 enum glsl_base_type base_type = in si_nir_scan_shader() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-behavior.hpp20 typedef detail::multicast_observer<T> base_type; typedef in rxcpp::subjects::detail::behavior_observer
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c410 enum glsl_base_type base_type = glsl_get_base_type(deref_type->type); in vtn_pointer_to_deref() local
621 enum glsl_base_type base_type = glsl_get_base_type(type->type); in vtn_pointer_to_offset() local
669 enum glsl_base_type base_type = glsl_get_base_type(type->type); in vtn_type_block_size() local
804 enum glsl_base_type base_type = glsl_get_base_type(type->type); in _vtn_block_load_store() local
989 enum glsl_base_type base_type = glsl_get_base_type(ptr->type->type); in _vtn_variable_load_store() local
1073 enum glsl_base_type base_type = glsl_get_base_type(src->type->type); in _vtn_variable_copy() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DClass2HTML.java183 String base_type = type; in referenceType() local
/external/clang/utils/VtableTest/
Dgen.cc100 int base_type = 1; in gs() local
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h435 typedef OnDiskChainedHashTable<Info> base_type; typedef
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DOnDiskHashTable.h435 typedef OnDiskChainedHashTable<Info> base_type; typedef
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-connectable_observable.hpp109 typedef observable<T, SourceOperator> base_type; typedef in rxcpp::connectable_observable
Drx-grouped_observable.hpp125 typedef observable<T, SourceOperator> base_type; typedef in rxcpp::grouped_observable
/external/flatbuffers/include/flatbuffers/
Dreflection.h47 inline size_t GetTypeSize(reflection::BaseType base_type) { in GetTypeSize()
55 inline size_t GetTypeSizeInline(reflection::BaseType base_type, int type_index, in GetTypeSizeInline()

123