Home
last modified time | relevance | path

Searched defs:predicate (Results 76 - 93 of 93) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp400 deUint32 predicate = discard ? invert : !invert; in createInitBufferWithPredicate() local
1075 deUint32 predicate = m_testParams.m_discard ? m_testParams.m_invert : !m_testParams.m_invert; in iterate() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp935 bool HexagonExpandCondsets::predicate(MachineInst function in HexagonExpandCondsets
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc182 FindRuns(const std::vector<const FieldDescriptor*>& fields, const std::function<bool(const FieldDescriptor*)>& predicate) FindRuns() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp218 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate) in typeContainsMatchingBasicType() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp154 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate) in typeContainsMatchingBasicType() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h801 enum iris_predicate_state predicate; member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c480 struct ureg_dst predicate; member
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h645 enum crocus_predicate_state predicate; member
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp2784 WriteGroupAll(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, IdRef predicate) WriteGroupAll() argument
2798 WriteGroupAny(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, IdRef predicate) WriteGroupAny() argument
H A Dspirv_instruction_parser_autogen.cpp3319 ParseGroupAll(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, IdRef *predicate) ParseGroupAll() argument
3335 ParseGroupAny(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, IdRef *predicate) ParseGroupAny() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp3453 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() argument
3468 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() argument
3481 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create() argument
3501 CmpInst::Create(OtherOps Op, Predicate predicate, Valu argument
3705 isUnsigned(Predicate predicate) isUnsigned() argument
3713 isSigned(Predicate predicate) isSigned() argument
3721 isOrdered(Predicate predicate) isOrdered() argument
3730 isUnordered(Predicate predicate) isUnordered() argument
3739 isTrueWhenEqual(Predicate predicate) isTrueWhenEqual() argument
3747 isFalseWhenEqual(Predicate predicate) isFalseWhenEqual() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp531 bool predicate; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp214 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate) in typeContainsMatchingBasicType() argument
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1741 bool predicate; in emit_f32_set_cond() local
1693 ConditionToConditionCmpFPU(LiftoffCondition condition, bool* predicate) ConditionToConditionCmpFPU() argument
1772 bool predicate; emit_f64_set_cond() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1722 bool predicate; in emit_f32_set_cond() local
1674 ConditionToConditionCmpFPU(LiftoffCondition condition, bool* predicate) ConditionToConditionCmpFPU() argument
1753 bool predicate; emit_f64_set_cond() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c5341 bool predicate = cmd_buffer->state.conditional_render_enabled; in emit_compute_walker() local
5387 bool predicate = (GFX_VER <= 7 && indirect) || in emit_gpgpu_walker() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1955 bool predicate; in emit_f32_set_cond() local
1887 ConditionToConditionCmpFPU(LiftoffCondition condition, bool* predicate) ConditionToConditionCmpFPU() argument
1986 bool predicate; emit_f64_set_cond() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3235 ICmpInst::Predicate predicate = ICmpInst::BAD_ICMP_PREDICATE; in visitICmp() local
3262 FCmpInst::Predicate predicate = FCmpInst::BAD_FCMP_PREDICATE; in visitFCmp() local

Completed in 102 milliseconds

1234