HomeSort by relevance Sort by last modified time
    Searched defs:sampled_type (Results 1 - 6 of 6) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
types.h 312 const Type* sampled_type() const { return sampled_type_; } function in class:spvtools::opt::analysis::Image
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_image.cpp 73 uint32_t sampled_type = 0; member in struct:spvtools::val::__anon20337::ImageTypeInfo
103 info->sampled_type = inst->word(2);
684 if ((!_.IsFloatScalarType(info.sampled_type) &&
685 !_.IsIntScalarType(info.sampled_type)) ||
686 32 != _.GetBitWidth(info.sampled_type)) {
692 const SpvOp sampled_type_opcode = _.GetIdOpcode(info.sampled_type);
881 if (info.sampled_type != ptr_type) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
types.h 312 const Type* sampled_type() const { return sampled_type_; } function in class:spvtools::opt::analysis::Image
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_image.cpp 73 uint32_t sampled_type = 0; member in struct:spvtools::val::__anon41271::ImageTypeInfo
103 info->sampled_type = inst->word(2);
684 if ((!_.IsFloatScalarType(info.sampled_type) &&
685 !_.IsIntScalarType(info.sampled_type)) ||
686 32 != _.GetBitWidth(info.sampled_type)) {
692 const SpvOp sampled_type_opcode = _.GetIdOpcode(info.sampled_type);
881 if (info.sampled_type != ptr_type) {
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 59 * and 2 so that they will fit in the 2 bits of glsl_type::sampled_type.
153 glsl_base_type sampled_type:8; /**< Type of data returned using this member in struct:glsl_type
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 1180 const struct vtn_type *sampled_type = local
    [all...]

Completed in 274 milliseconds