| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderOperatorTests.cpp | 531 ShaderValue inputs[MAX_INPUTS]; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.cpp | 4001 makeComputeOrMeshTestRequiredSubgroupSize(ComputeLike testType, Context& context, VkFormat format, const vkt::subgroups::SSBOData* inputs, deUint32 inputsCount, const void* internalData, vkt::subgroups::CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeComputeOrMeshTestRequiredSubgroupSize() argument 4338 makeComputeTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeComputeTestRequiredSubgroupSize() argument 4367 makeMeshTestRequiredSubgroupSize(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, const deUint32 pipelineShaderStageCreateFlags, const deUint32 numWorkgroups[3], const deBool isRequiredSubgroupSize, const deUint32 subgroupSize, const deUint32 localSizesToTest[][3], const deUint32 localSizesToTestCount) makeMeshTestRequiredSubgroupSize() argument 4396 makeComputeOrMeshTest(ComputeLike testType, Context& context, VkFormat format, const vkt::subgroups::SSBOData* inputs, deUint32 inputsCount, const void* internalData, vkt::subgroups::CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeComputeOrMeshTest() argument 4431 makeComputeTest(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeComputeTest() argument 4443 makeMeshTest(Context& context, VkFormat format, const SSBOData* inputs, deUint32 inputsCount, const void* internalData, CheckResultCompute checkResult, deUint32 requiredSubgroupSize, const deUint32 pipelineShaderStageCreateFlags) makeMeshTest() argument [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffplay.c | 1802 AVFilterInOut *outputs = NULL, *inputs = NULL; in configure_filtergraph() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto.c | 8288 psa_crypto_driver_pake_get_password_len( const psa_crypto_driver_pake_inputs_t *inputs, size_t *password_len) psa_crypto_driver_pake_get_password_len() argument 8301 psa_crypto_driver_pake_get_password( const psa_crypto_driver_pake_inputs_t *inputs, uint8_t *buffer, size_t buffer_size, size_t *buffer_length) psa_crypto_driver_pake_get_password() argument 8319 psa_crypto_driver_pake_get_user_len( const psa_crypto_driver_pake_inputs_t *inputs, size_t *user_len) psa_crypto_driver_pake_get_user_len() argument 8332 psa_crypto_driver_pake_get_user( const psa_crypto_driver_pake_inputs_t *inputs, uint8_t *user_id, size_t user_id_size, size_t *user_id_len) psa_crypto_driver_pake_get_user() argument 8350 psa_crypto_driver_pake_get_peer_len( const psa_crypto_driver_pake_inputs_t *inputs, size_t *peer_len) psa_crypto_driver_pake_get_peer_len() argument 8363 psa_crypto_driver_pake_get_peer( const psa_crypto_driver_pake_inputs_t *inputs, uint8_t *peer_id, size_t peer_id_size, size_t *peer_id_length) psa_crypto_driver_pake_get_peer() argument 8381 psa_crypto_driver_pake_get_cipher_suite( const psa_crypto_driver_pake_inputs_t *inputs, psa_pake_cipher_suite_t *cipher_suite) psa_crypto_driver_pake_get_cipher_suite() argument 8640 psa_crypto_driver_pake_inputs_t inputs = operation->data.inputs; psa_pake_complete_inputs() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 1300 } inputs[2] = { in allocate_system_value_inputs() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_compiler.h | 933 uint64_t inputs; member [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | effect-control-linearizer.cc | 547 Node** const inputs = graph->zone()->NewArray<Node*>(2 * input_count); in TryCloneBranch() local 5083 WrapFastCall( const CallDescriptor* call_descriptor, int inputs_size, Node** inputs, Node* target, const CFunctionInfo* c_signature, int c_arg_count, Node* stack_slot) WrapFastCall() argument 5263 Node** const inputs = graph()->zone()->NewArray<Node*>( LowerFastApiCall() local [all...] |
| H A D | bytecode-graph-builder.cc | 910 Node::Inputs inputs = (*state_values)->inputs(); in StateValuesRequireUpdate() local 1160 Node** const inputs = &exit_controls_.front(); in CreateGraph() local 4344 int inputs in MergeControl() local 4366 int inputs = control->op()->ControlInputCount(); MergeEffect() local 4382 int inputs = control->op()->ControlInputCount(); MergeValue() local [all...] |
| H A D | wasm-compiler.cc | 1467 Node* inputs[] = {true_node, false_node, merge}; in Select() local 3672 Node* inputs[kMaxParams + 6]; BuildCallToRuntimeWithContext() local 4442 SimdOp(wasm::WasmOpcode opcode, Node* const* inputs) SimdOp() argument 5093 SimdLaneOp(wasm::WasmOpcode opcode, uint8_t lane, Node* const* inputs) SimdLaneOp() argument 5144 Simd8x16ShuffleOp(const uint8_t shuffle[16], Node* const* inputs) Simd8x16ShuffleOp() argument 5151 AtomicOp(wasm::WasmOpcode opcode, Node* const* inputs, uint32_t alignment, uint64_t offset, wasm::WasmCodePosition position) AtomicOp() argument [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 769 const struct panfrost_compile_inputs *inputs = b->shader->inputs; in bi_emit_blend_op() local 4932 bi_compile_variant_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct hash_table_u64 *sysval_to_id, struct bi_shader_info info, enum bi_idvs_mode idvs) bi_compile_variant_nir() argument 5189 bi_compile_variant(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct hash_table_u64 *sysval_to_id, struct pan_shader_info *info, enum bi_idvs_mode idvs) bi_compile_variant() argument 5284 bi_should_idvs(nir_shader *nir, const struct panfrost_compile_inputs *inputs) bi_should_idvs() argument 5304 bifrost_compile_shader_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct pan_shader_info *info) bifrost_compile_shader_nir() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 1191 bool compareFUnord (const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog& log) in compareFUnord() argument 5896 vector<float> inputs; createOpQuantizeToF16Group() local 7281 compareFP16Logical(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16Logical() argument 11829 compareFP16FunctionSetFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16FunctionSetFunc() argument 12034 compareFP16VectorExtractFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16VectorExtractFunc() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsBuiltinPrecisionTests.cpp | 4616 testStatement(const Variables<In, Out>& variables, const Inputs<In>& inputs, const Statement& stmt) testStatement() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 1189 bool compareFUnord (const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog& log) in compareFUnord() argument 5880 vector<float> inputs; createOpQuantizeToF16Group() local 7269 compareFP16Logical(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16Logical() argument 11731 compareFP16FunctionSetFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16FunctionSetFunc() argument 11936 compareFP16VectorExtractFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16VectorExtractFunc() argument [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 2094 TVector<TVariable*> inputs; in transformEntryPoint() local 2310 remapEntryPointIO(TFunction& function, TVariable*& returnValue, TVector<TVariable*>& inputs, TVector<TVariable*>& outputs) remapEntryPointIO() argument [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_cmd_buffer.c | 3270 uint32_t *inputs; in emit_prolog_inputs() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 94 SVGA3dDXShaderSignatureEntry inputs[PIPE_MAX_SHADER_INPUTS]; member [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cEnhancedLayoutsTests.cpp | 1388 const Variable::PtrVector& inputs = interface.m_inputs; in checkProgramStage() local 4877 const std::string& inputs = si.GetDefinitionsInputs(); in GetInterfaceForStage() local 6398 Utils::Variable::PtrVector& inputs = si.m_inputs; test() local [all...] |